Removes tags from a batch of resources.
Operation description
Method
DELETE
URI
/openapi/ha3/resource-tags
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
searchengine:UntagResources |
delete |
*All Resource
|
None | None |
Request syntax
DELETE /openapi/ha3/resource-tags HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| resourceType |
string |
Yes |
The resource type. |
instance |
| resourceId |
array |
Yes |
The IDs of the resources. You can specify up to 50 resource IDs. |
|
|
string |
No |
The resource ID. |
es-cn-i7m2u6o2******* |
|
| tagKey |
array |
No |
The list of tag keys. You can include up to 20 tag keys. |
|
|
string |
No |
The tag key. |
opensearch |
|
| all |
boolean |
No |
Specifies whether to remove all tags. This parameter is valid only when the `tagKey` parameter is empty. Valid values: `true` and `false`. The default value is `false`. |
true |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| tequestId |
string |
The request ID. |
E7B7D598-B080-5C8E-AA35-D43EC0D5F886 |
Examples
Success response
JSON format
{
"tequestId": "E7B7D598-B080-5C8E-AA35-D43EC0D5F886\n"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.