forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Lu, Huayi <luhuayi@huawei.com> Co-committed-by: Lu, Huayi <luhuayi@huawei.com>
8.8 KiB
8.8 KiB
Deleting a Resource Tag
Function
This API is used to delete a resource tag for a resource.
URI
- URI format
DELETE /v1.0/{project_id}/clusters/{resource_id}/tags/{key}
- Parameter description
Table 1 URI parameter description Parameter
Mandatory
Type
Description
project_id
Yes
String
Project ID. For details about how to obtain the project ID, see Obtaining a Project ID.
resource_id
Yes
String
Resource ID
key
Yes
String
Tag key
Request Message
Response Message
Sample response
status CODE 204
Status Code
Parent topic: Tag Management APIs