Purge Deleted Certificate - Purge Deleted Certificate

Permanently deletes the specified deleted certificate.
The PurgeDeletedCertificate operation performs an irreversible deletion of the specified certificate, without possibility for recovery. The operation is not available if the recovery level does not specify 'Purgeable'. This operation requires the certificate/purge permission.

DELETE {vaultBaseUrl}/deletedcertificates/{certificate-name}?api-version=7.4

URI Parameters

Name In Required Type Description
certificate-name
path True

string

The name of the certificate

vaultBaseUrl
path True

string

The vault name, for example https://myvault.vault.azure.net.

api-version
query True

string

Client API version.

Responses

Name Type Description
204 No Content

No content signaling that the certificate was purged forever.

Other Status Codes

KeyVaultError

Key Vault error response describing why the operation failed.

Examples

PurgeDeletedCertificate

Sample request

DELETE https://myvault.vault.azure.net//deletedcertificates/deletedcertificates?api-version=7.4

Sample response

Definitions

Name Description
Error

The key vault server error.

KeyVaultError

The key vault error exception.

Error

The key vault server error.

Name Type Description
code

string

The error code.

innererror

Error

The key vault server error.

message

string

The error message.

KeyVaultError

The key vault error exception.

Name Type Description
error

Error

The key vault server error.