esx settings depots online: delete
Removes a depot from the list of currently configured online software depots. It will not remove the downloaded metadata and payloads from that depot.
Request:
HTTP request
DELETE https://{server}/api/esx/settings/depots/online/{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. |
| 400 | invalid_argument | If given depot is system defined. |
| 404 | not_found | If there is no depot associated with depot in the system. |
| 500 | error | If there is some unknown internal error. The accompanying error message will give more details about the failure. |
| 503 | service_unavailable | If the service is not available. |