Calls UnTagLiveResources to delete tags from ApsaraVideo Live resources.
Operation description
The maximum call frequency for a single user is 100 calls per second.
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. The live streaming domain name. Valid values of N: 1 to 50. |
example.com |
|
string |
No |
The resource ID. |
example.com |
|
| TagKey |
array |
No |
The tag key. Valid values of N: 1 to 20. |
env |
|
string |
No |
The tag key. |
testKey |
|
| ResourceType |
string |
Yes |
The resource type. Enumeration type. Valid values:
|
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.