Deleting Tags from the Specified Resource
Function
This API is used to delete tags from the specified resource.
Authorization Information
Each account has all the permissions required to call all APIs, but IAM users must be assigned the following required identity policy-based permissions. For details about the required permissions, see Permissions Policies and Supported Actions.
|
Action |
Access Level |
Resource Type (*: required) |
Condition Key |
Alias |
Dependencies |
|---|---|---|---|---|---|
|
AccessAnalyzer::untagResource |
Tagging |
analyzer * |
g:ResourceTag/<tag-key> |
- |
- |
|
- |
g:TagKeys |
URI
POST /v5/{resource_type}/{resource_id}/tags/delete
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
resource_type |
Yes |
String |
Resource type.
|
|
resource_id |
Yes |
String |
Unique identifier of a resource Minimum: 1 Maximum: 36 |
Request Parameters
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
tag_keys |
Yes |
Array of strings |
List of tag keys to be deleted. Array Length: 1 - 20 |
Response Parameters
Status code: 200
OK
None
Example Requests
Deleting tags from the specified resource
POST https://{hostname}/v5/{resource_type}/{resource_id}/tags/delete
{
"tag_keys" : [ "key-1" ]
}
Example Responses
None
Status Codes
|
Status Code |
Description |
|---|---|
|
200 |
OK |
Error Codes
See Error Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot