esx settings depots offline: delete
Removes a depot from the list of imported offline software depots.
Request:
HTTP request
DELETE https://{server}/api/esx/settings/depots/offline/{depot}
Path Parameters
Name | Type | Description |
---|---|---|
Required | ||
depot | string | Identifier of the depot to be removed. |
Response:
HTTP Status Code: 204
Headers:
NoneType:
NoneErrors:
HTTP Status Code | Type | Description |
---|---|---|
401 | unauthenticated | if the caller is not authenticated. |
404 | not_found | If there is no depot associated with parameter depot in the system. |
503 | service_unavailable | If the service is not available. |
500 | error | If there is some unknown internal error. The accompanying error message will give more details about the failure. |