You can call UntagDcdnResources to delete tags from resources.
Operation description
The call frequency for a single user is limited to 100 calls per second.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dcdn:UntagDcdnResources |
update |
*domain
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ResourceType |
string |
Yes |
The type of the resource. The value must be DOMAIN. |
DOMAIN |
| All |
boolean |
No |
Specifies whether to remove all tags. Valid values:
The default value is false. |
false |
| ResourceId |
array |
Yes |
The IDs of the resources. You can specify from 1 to 50 resource IDs. |
example.com |
|
string |
No |
The ID of the resource. |
example***.com |
|
| TagKey |
array |
No |
The keys of the tags to remove. You can specify from 1 to 20 tag keys. |
env |
|
string |
No |
The key of the tag. |
env |
Response parameters
|
Parameter |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The ID of the request. |
97C68796-EB7F-4D41-9D5B-12B909D76508 |
Examples
Success response
JSON format
{
"RequestId": "97C68796-EB7F-4D41-9D5B-12B909D76508"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | TagIsInvalid | The number of Tag exceeds 20. | The number of tags cannot exceed 20. |
| 400 | ResourceIdIsInvalid | The number of ResourceId exceeds 50. | The number of resource IDs (ResourceId) cannot exceed 50. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.