esx attestation tpm2 ca certificates: delete
Remove a TPM CA certificate.
Request:
HTTP request
DELETE https://{server}/api/esx/attestation/tpm2/ca-certificates/{name}
Path Parameters
Name | Type | Description |
---|---|---|
Required | ||
name | string | The CA certificate 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. |