Deletes gateway labels.
Operation description
Before you call this operation, ensure you understand the billing methods and pricing for Elastic Algorithm Service (EAS).
Try it now
Test
RAM authorization
Request syntax
DELETE /api/v2/gateways/{ClusterId}/{GatewayId}/label HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ClusterId |
string |
Yes |
The ID of the region where the gateway is located. |
cn-hangzhou |
| GatewayId |
string |
Yes |
The ID of the gateway. |
gw-1uhcqmsc7x22****** |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| LabelKeys |
array |
Yes |
The keys of the labels that you want to delete. |
|
|
string |
No |
The key of a label. |
key1 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response schema. |
||
| RequestId |
string |
The request ID. |
40325405-579C-4D82**** |
| Message |
string |
The returned message. |
Succeed to delete gateway labels. |
Examples
Success response
JSON format
{
"RequestId": "40325405-579C-4D82****",
"Message": "Succeed to delete gateway labels."
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.