This API is used to batch delete tags for the specified EVS disk.
None
Parameter |
Type |
Mandatory |
Description |
---|---|---|---|
tags |
List<resource_tag> |
Yes |
Specifies the tag list. For details, see Parameters in the tags field. |
action |
String |
Yes |
Specifies the operation to perform. The value can be create or delete. delete: specifies to delete tags. |
Parameter |
Type |
Mandatory |
Description |
---|---|---|---|
key |
String |
Yes |
Specifies the tag key. |
value |
String |
No |
Specifies the tag value.
|
{ "action": "delete", "tags": [ { "key": "key1" }, { "key": "key2" } ] }
None
For details, see Error Codes.