Delete Proxy Configuration
Removes the configured HTTP proxy settings from the HCX Manager. After removal, the HCX Manager will connect directly to external services without using a proxy.
Warning: Removing proxy may break connectivity if direct access is not available
UUID of the proxy configuration to delete
550e8400-e29b-41d4-a716-446655440000
Proxy configuration deleted successfully
Proxy configuration with specified UUID not found
{
"isSuccess": false,
"message": "Request schema validation failed",
"httpStatusCode": 400
}
Indicates if the operation was successful
Human-readable error message
HTTP status code
Internal server error while deleting proxy configuration
{
"isSuccess": false,
"message": "Request schema validation failed",
"httpStatusCode": 400
}
Indicates if the operation was successful
Human-readable error message
HTTP status code
curl -X DELETE -H 'Authorization: <value>' https://{api_host}/api/admin/global/config/proxy/{uuid}