forked from laiweijian4/doc-exports
Reviewed-by: Kacur, Michal <michal.kacur@t-systems.com> Co-authored-by: Zheng, Xiu <zhengxiu@huawei.com> Co-committed-by: Zheng, Xiu <zhengxiu@huawei.com>
8.0 KiB
8.0 KiB
Deleting Specified Cluster Tags
Function
This API is used to delete specified cluster tags.
URI
DELETE /v1.0/{project_id}/css-cluster/{cluster_id}/tags/{key}
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
project_id |
Yes |
String |
Project ID For details, see Obtaining a Project ID and Name. |
cluster_id |
Yes |
String |
ID of the cluster to which a tag is to be deleted |
key |
Yes |
String |
Tag key The field cannot be left blank or be an empty character string. |
Request
None
Response
None
Example
Status Codes
Table 2 describes the status code.
Parent topic: Tag Management APIs