This function removes a cPanel account's service proxying.
Note:
set_service_proxy_backends
function.uapi --output=jsonpretty \ --user=username \ ServiceProxy \ unset_all_service_proxy_backends
{- "apiversion": 3,
- "func": "unset_all_service_proxy_backends",
- "module": "ServiceProxy",
- "result": {
- "data": null,
- "errors": null,
- "messages": null,
- "metadata": { },
- "status": 1,
- "warnings": null
}
}