Deleting Azure Secrets with Backup from CCKM
Use the delete /v1/cckm/azure/secrets/{id}
API to delete an Azure secret and its versions from the CCKM. The secret must be in the DELETED state.
Syntax
Here, {id}
is the resource ID of the secret on the CipherTrust Manager.
Request Parameter
Parameter | Type | Description |
---|---|---|
AUTHTOKEN | string | Authorization token. |
Example Request
Example Response
The sample output shows that the secret is deleted successfully from the CCKM.
Response Codes
Response Code | Description |
---|---|
2xx | Success |
4xx | Client errors |
5xx | Server errors |
Refer to HTTP status codes for details.