REST API - delete

esx trusted infrastructure kms services: delete

Removes a currently configured KMS service instance.

Request:

HTTP request

DELETE https://{server}/api/esx/trusted-infrastructure/kms/services/{service}

Path Parameters

Name Type Description
Required
service string the attestation service instance unique identifier.

Response:

HTTP Status Code: 204

Headers:

None

Type:

None

Errors:

HTTP Status Code Type Description
404 not_found if the service is not found.
500 error if there is a problem storing the data.
401 unauthenticated if the user can not be authenticated.