Deleting AWS Keys from CCKM
Use the delete /v1/cckm/aws/keys/{id}
API to delete an AWS key from the CCKM.
Syntax
Here, {id}
represents the key ID.
Request Parameter
Parameter | Type | Description |
---|---|---|
AUTHTOKEN | string | Authorization token. |
Example Request
Example Response
The sample output shows that the key (with ID baf58871-2503-4d13-a84a-339aeb8fdfaf
) is deleted successfully from the CCKM and "status": 204
is returned in response.
Response Codes
Response Code | Description |
---|---|
2xx | Success |
4xx | Client errors |
5xx | Server errors |
Refer to HTTP status codes for details.