vcenter trusted infrastructure attestation services: delete
Removes a registered Attestation 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/attestation/services/{service}
Path Parameters
Name | Type | Description |
---|---|---|
Required | ||
service | string | the Attestation 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 Attestation Service instance is not found. |
500 | resource_busy | if the Attestation Service instance is used by a configuration on a cluster level. |
401 | unauthenticated | if the user can not be authenticated. |