Crypto Manager Host 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 CryptoManagerHost/{moId}
.
The vSphere release schema. The current specification covers vSphere 8.0.2.0 APIs.
{
"key": {
"_typeName": "string",
"keyId": "string",
"providerId": {
"_typeName": "string",
"id": "string"
}
},
"force": false
}
[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.
{
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
],
"type": "string",
"name": "string"
}
Type of resource that is in use.
Name of the instance of the resource that is in use.