REST API - delete

esx settings clusters software drafts: delete

Deletes the software draft.

Request:

HTTP request

DELETE https://{server}/api/esx/settings/clusters/{cluster}/software/drafts/{draft}

Path Parameters

Name Type Description
Required
cluster string Identifier of the cluster.
draft string Identifier of the working copy of the document.

Response:

HTTP Status Code: 204

Headers:

None

Type:

None

Errors:

HTTP Status Code Type Description
500 error If there is unknown internal error. The accompanying error message will give more details about the failure.
404 not_found If there is no cluster associated with cluster or no draft associated with draft in the system.
503 service_unavailable If the service is not available.
401 unauthenticated If the caller is not authenticated.