esx settings depots umds: delete
Removes the configured UMDS software depot. It will not remove the downloaded metadata and payloads from that depot.
Request:
HTTP request
DELETE https://{server}/api/esx/settings/depots/umds
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 UMDS software depot set. |
| 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. |