Removes custom tags from the assets on the Assets page.
Tags for the assets include asset importance tags and custom tags. You can call this operation to remove only the custom tag attached to an asset.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | DeleteTagWithUuid |
The operation that you want to perform. Set the value to DeleteTagWithUuid. |
TagName | String | Yes | abc |
The name of the tag. |
UuidList | String | No | 111-xx,aa-bb |
The list of server UUIDs. Note If this parameter is specified, Security Center removes the tag only from the servers
whose UUIDs are specified in the list. If this parameter is not specified, Security
Center removes the tag from all servers.
|
All Alibaba Cloud API operations must include common request parameters. For more information about common request parameters, see Common parameters.
For more information about sample requests, see the "Examples" section of this topic.
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | 7E0618A9-D5EF-4220-9471-C42B5E92719F |
The ID of the request. |
Examples
Sample requests
http(s)://[Endpoint]/?Action=DeleteTagWithUuid
&TagName=abc
&<Common request parameters>
Sample success responses
XML
format
<DeleteTagWithUuidResponse>
<RequestId>7E0618A9-D5EF-4220-9471-C42B5E92719F</requestId>
</DeleteTagWithUuidResponse>
JSON
format
{
"RequestId": "7E0618A9-D5EF-4220-9471-C42B5E92719F"
}
Error codes
For a list of error codes, visit the API Error Center.