Deletes tags from a domain name in ApsaraVideo Live.
Operation description
You can call this operation up to 100 times per second per account.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
live:UnTagLiveResources |
update |
*Domain
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
No |
The region ID. |
cn-shanghai |
| ResourceId |
array |
Yes |
The resource ID of a live streaming domain. You can specify up to 50 resource IDs. |
example.com |
|
string |
No |
The resource ID. |
example.com |
|
| TagKey |
array |
No |
The tag keys. You can specify up to 20 tag keys. |
env |
|
string |
No |
The tag key. |
testKey |
|
| ResourceType |
string |
Yes |
The type of the resource. This is an enumerated value. |
DOMAIN |
| All |
boolean |
No |
Specifies whether to delete all tags. Valid values:
Default value: false. |
false |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
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 |
|---|---|---|---|
| 401 | InvalidResourceType | The resourceType is invalid. | The specified resourceType parameter is invalid. |
| 403 | Duplicate.TagKey | The tags should not contain duplicate keys. | The tag should not contain duplicate keys. |
| 403 | InvalidResourcesCount | The count of resources is invalid, %s. | The input resource array. The total number of resources cannot exceed the maximum value and must be greater than 0. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.