forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Wuwan, Qi <wuwanqi1@noreply.gitea.eco.tsi-dev.otc-service.com> Co-committed-by: Wuwan, Qi <wuwanqi1@noreply.gitea.eco.tsi-dev.otc-service.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 Code
Table 2 describes status codes.
Parent topic: Tag Management APIs