This API is used to delete protected instance tags for a specified protected instance in batches.
You can add a maximum of 20 tags to a protected instance.
This API is idempotent.
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
project_id |
Yes |
String |
Specifies the project ID. |
protected_instance_id |
Yes |
String |
Specifies the ID of a protected instance. For details, see Querying Protected Instances. |
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
action |
Yes |
String |
Identifies the operation. The value can be create or delete.
|
tags |
Yes |
Array of objects |
Specifies the tag list. For details, see Table 1. |
Returned Value |
Description |
---|---|
204 |
No Content |
Returned Value |
Description |
---|---|
400 |
Invalid parameters. |
401 |
Authentication failed. |
403 |
Insufficient permission. |
404 |
The requested resource was not found. |
500 |
Internal service error. |