Deleting Alias from AWS Keys
Use the post /v1/cckm/aws/keys/{id}/delete-alias
API to delete an alias from an AWS key.
Syntax
Here, {id}
represents the key ID.
Request Parameters
Parameter | Type | Description |
---|---|---|
AUTHTOKEN | string | Authorization token. |
alias | string | Alias to be deleted from the AWS key. |
Example Request
Example Response
The sample output shows that the alias (new-test-key-alias
) is 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.