An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
No. Deleting individual secret versions in Azure Key Vault is not supported.
The supported secret operations include:
- get a secret
- list secrets
- list secret versions
- set a secret
- update a secret
- delete a secret
- get/list deleted secrets
- purge a deleted secret
- recover a deleted secret
- backup/restore a secret
There is no operation to delete a specific version of a secret. The CLI command az keyvault secret delete deletes all versions of a secret, not a single version. Microsoft documentation also states that it is not possible to delete previous versions of a key, secret, or certificate.
References: