vcenter guest customization specs: delete
Deletes a customization specification with the specified identifier. This operation was added in vSphere API 7.0.0.
Request:
HTTP request
DELETE https://{server}/rest/vcenter/guest/customization-specs/{name}
Path Parameters
| Name | Type | Description |
|---|---|---|
| Required | ||
| name | string | The name of the customization specification that needs to be deleted. |
Response:
HTTP Status Code: 200
NoneErrors:
| HTTP Status Code | Type | Description |
|---|---|---|
| 404 | not_found | if a customization specification is not found. |
| 503 | service_unavailable | if the system is unable to communicate with a service to complete the request. |
| 401 | unauthenticated | if the user can not be authenticated. |
| 403 | unauthorized | if the user doesn't have the required privileges. |