Soft-Deleting Azure Secrets
Use the post /v1/cckm/azure/secrets/{id}/soft-delete
API to soft-delete an Azure secret from the Azure vault. The status becomes SOFT-DELETED. A SOFT-DELETED secret can be purged or recovered.
Caution
This operation permanently deletes secrets from a non-soft enabled vault. The status of the secrets becomes DELETED. Azure cannot recover such secrets. 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 secret on the CipherTrust Manager.
Request Parameter
Parameter | Type | Description |
---|---|---|
AUTHTOKEN | string | Authorization token. |
Example Request
Example Response
The status SOFT-DELETED
indicates that the secret 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.