This API is used to delete the tag 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 |
The project ID. |
resource_type |
Yes |
The resource type. The value can be volumes, snapshots, or backups. |
resource_id |
Yes |
The resource ID. The value can be the ID of a disk, snapshot, or backup. |
key |
Yes |
The tag key. |
None
Parameter |
Type |
Description |
---|---|---|
error |
Object |
The error message returned if an error occurs. For details, see Parameters in the error field. |
Parameter |
Type |
Description |
---|---|---|
message |
String |
The error message returned if an error occurs. |
code |
String |
The error code returned if an error occurs. For details about the error code, see Error Codes. |
For details, see Error Codes.