vcenter trusted infrastructure kms services: delete
Removes a currently registered Key Provider Service instance from this vCenter. This operation was added in vSphere API 7.0.0.0.
Request:
HTTP request
DELETE https://{server}/api/vcenter/trusted-infrastructure/kms/services/{service}
Path Parameters
Name | Type | Description |
---|---|---|
Required | ||
service | string | the Key Provider Service instance unique identifier. |
Response:
HTTP Status Code: 204
Headers:
NoneType:
NoneErrors:
HTTP Status Code | Type | Description |
---|---|---|
500 | error | if an error occurred while deleting the service. |
404 | not_found | if the Key Provider Service instance is not found. |
500 | resource_busy | if the Key Provider Service instance is used by a configuration on a cluster level. |
401 | unauthenticated | if the user can not be authenticated. |