esx attestation certificate csr: delete
Delete an existing CSR.
Discards the existing CSR. Completes successfully if no CSR is present.
Request:
HTTP request
DELETE https://{server}/api/esx/attestation/certificate/csr
Response:
HTTP Status Code: 204
Headers:
NoneType:
NoneErrors:
| HTTP Status Code | Type | Description |
|---|---|---|
| 500 | error | if there is a generic error. |
| 404 | not_found | if no CSR is available. |
| 401 | unauthenticated | if the caller is not authenticated. |
| 403 | unauthorized | if the caller is not authorized. |