v7

latestSwagger 2.0raw.githubusercontent.com2022-12-067889207.3 KB
Keys

Deletes a key of any type from storage in Azure Key Vault.

The delete key operation cannot be used to remove individual versions of a key. This operation removes the cryptographic material associated with the key, which means the key is not usable for Sign/Verify, Wrap/Unwrap or Encrypt/Decrypt operations. This operation requires the keys/delete permission.

delete/keys/{key-name}

Path parameters

key-namestring required

The name of the key to delete.

Query parameters

api-versionstring required

Client API version.

Response

The public part of the deleted key and deletion information on when the key will be purged.

tagsobject

Application specific metadata in the form of key-value pairs.

managedboolean

True if the key's lifetime is managed by key vault. If this is a key backing a certificate, then managed will be true.