Removes tags from resources.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
fc:UntagResources |
delete |
*All Resource
|
None | None |
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 |
A list of resource IDs. |
|
|
string |
No |
The ID of the resource. The resource ID is the ARN of the function. |
acs:fc:cn-shanghai:xxx:functions/f1 |
|
| TagKey |
array |
No |
The keys of the tags to remove. You can specify up to 50 tag keys. |
|
|
string |
No |
The tag key. |
k1 |
|
| All |
boolean |
No |
Specifies whether to remove all tags. |
true |
Response elements
|
Element |
Type |
Description |
Example |
None defined.
Examples
Success response
JSON format
{}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.