Removing Tags from AWS Keys
Use the post /v1/cckm/aws/keys/{id}/remove-tags
API to remove the tags from an AWS key.
Syntax
Here, {id}
represents the key ID.
Request Parameters
Parameter | Type | Description |
---|---|---|
AUTHTOKEN | string | Authorization token. |
tags | array | Tags to be removed from the AWS key. |
Example Request
Example Response
The sample output shows that the tag and its value (TagKey": "key-new"
, "TagValue": "value-new"
) are removed from the key.
To know more about response parameters, refer to Response Parameters of Key Life Cycle Management APIs.
Response Codes
Response Code | Description |
---|---|
2xx | Success |
4xx | Client errors |
5xx | Server errors |
Refer to HTTP status codes for details.