v8
latestSwagger 2.02026-07-13254292.3 KBUnwraps a symmetric key using the specified key that was initially used for wrapping that key.
The UNWRAP operation supports decryption of a symmetric key using the target key encryption key. This operation is the reverse of the WRAP operation. The UNWRAP operation applies to asymmetric and symmetric keys stored in Azure Key Vault since it uses the private portion of the key. This operation requires the keys/unwrapKey permission.
post/keys/{key-name}/{key-version}/unwrapkey
Path parameters
key-namestring required
The name of the key.
key-versionstring required
The version of the key.
Query parameters
api-versionstring required
The API version to use for this operation.
Request body
Response
The request has succeeded.