Deleting Azure Certificates with Backup from CCKM
Use the delete /v1/cckm/azure/certificates/{id}
API to delete an Azure certificate and its versions from the CCKM. The certificate must be in the DELETED state.
Syntax
Here, {id}
is the resource ID of the certificate on the CipherTrust Manager.
Request Parameter
Parameter | Type | Description |
---|---|---|
AUTHTOKEN | string | Authorization token. |
Example Request
Example Response
The sample output shows that the certificate 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.