Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Zaoxu, Li <lizaoxu@huawei.com> Co-committed-by: Zaoxu, Li <lizaoxu@huawei.com>
9.4 KiB
Deleting Tags of an EVS Resource by Key
Function
This API is used to delete tags of an EVS resource by key.
Constraints
None
URI
- URI format
DELETE /v2/{project_id}/os-vendor-tags/{resource_type}/{resource_id}/{key}
- Parameter description
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.
Request
None
Response
- Parameter description
Parameter
Type
Description
error
Object
Specifies the error message returned when an error occurs. For details, see Parameters in the error field.
- 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.
Error Codes
For details, see Error Codes.