Removes tags from a resource.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request syntax
DELETE /2023-03-30/tags-v2 HTTP/1.1
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
ResourceType | string | Yes | The resource type. | function |
ResourceId | array | Yes | The resource identifiers. | |
string | Yes | The resource ID. The ARN of the function. | acs:fc:cn-shanghai:xxx:functions/f1 | |
TagKey | array | No | The tag to remove. You can specify a maximum of 50 tags. | |
string | No | The tag key. | k1 | |
All | boolean | No | Specifies whether to delete all tags. | true |
Response parameters
Examples
Sample success responses
JSON
format
{}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history