This API is used to delete tags of an EVS resource by key.
None
DELETE /v2/{project_id}/os-vendor-tags/{resource_type}/{resource_id}/{key}
Parameter |
Mandatory |
Description |
---|---|---|
project_id |
Yes |
Specifies the project ID. |
resource_type |
Yes |
Specifies the resource type. The value can be volumes, snapshots, or backups. |
resource_id |
Yes |
Specifies the resource ID. The value can be the ID of a disk, snapshot, or backup. |
key |
Yes |
Specifies the key of the tag. |
None
Parameter |
Type |
Description |
---|---|---|
error |
Object |
Specifies the error message returned when an error occurs. For details, see Parameters in the error field. |
Parameter |
Type |
Description |
---|---|---|
message |
String |
Specifies the error message returned when an error occurs. |
code |
String |
Specifies the error code returned when an error occurs. For details about the error code, see Error Codes. |
For details, see Error Codes.