Crypto Manager Kmip Remove Key
Remove a key (only the UUID is needed to remove).
If "force" is set, removal will happen even if the key is in use.
Required privileges: Cryptographer.ManageKeys
The unique identifier for the managed object to which the method attaches; the serialized managed object reference for a request has the form moType/moId
, in this case CryptoManagerKmip/{moId}
.
The vSphere release schema. The current specification covers vSphere 8.0.2.0 APIs.
"RemoveKeyRequestType Object"
Data Object representing a cryptographic key.
[in] Remove the key even if in use or not existent.
No Content
InvalidArgument: in case the keyID is not found and "force" is false.
ResourceInUse: if the key is used to encrypt any object and "force" is false.
"ResourceInUse Object"
Type of resource that is in use.
Name of the instance of the resource that is in use.
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/sdk/vim25/{release}/CryptoManagerKmip/{moId}/RemoveKey