Soft-Deleting Azure Certificates
Use the post /v1/cckm/azure/certificates/{id}/soft-delete
API to soft-delete an Azure certificate from the Azure vault. The status becomes SOFT-DELETED. A SOFT-DELETED certificate can be purged or recovered.
Caution
This operation permanently deletes certificates from a non-soft enabled vault. The status of the certificates becomes DELETED. Azure cannot recover such certificates. The effect of soft-delete
on non-soft enabled vaults is the same as soft-delete enabled/disabled.
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 status is set to SOFT-DELETED
. This indicates that the certificate is soft-deleted from the vault.
Response Codes
Response Code | Description |
---|---|
2xx | Success |
4xx | Client errors |
5xx | Server errors |
Refer to HTTP status codes for details.