esx attestation tpm2 endorsement keys: delete
Remove a TPM endorsement key.
Request:
HTTP request
DELETE https://{server}/api/esx/attestation/tpm2/endorsement-keys/{name}
Path Parameters
Name | Type | Description |
---|---|---|
Required | ||
name | string | The endorsement key name. |
Response:
HTTP Status Code: 204
Headers:
NoneType:
NoneErrors:
HTTP Status Code | Type | Description |
---|---|---|
500 | error | if there is a generic error. |
400 | invalid_argument | if the name is invalid. |
404 | not_found | if the name is not found. |
401 | unauthenticated | if the caller is not authenticated. |
403 | unauthorized | if the caller is not authorized. |