Enterprise Proxy Delete Enterprise Proxy User

Enterprise Proxy Delete Enterprise Proxy User

Deletes the specified enterprise proxy user (by id or username). Note: enterpriseProxyId is a required parameter when invoking this method as an operator or as a partner user.

Privileges required:

DELETE PROXY_USER

Request
URI
POST
https://{api_host}/portal/rest/enterpriseProxy/deleteEnterpriseProxyUser
COPY
Request Body
{
    "enterpriseProxyId": 0,
    "id": 0,
    "username": "string"
}
integer
enterpriseProxyId
Optional

enterpriseProxyId

integer
id
Optional

id

string
username
Optional

username

Responses
200

Request was successfully processed

Returns enterprise_proxy_delete_enterprise_proxy_user_result of type(s) application/json
This response body class contains all of the following: Inlineenterprise_proxy_delete_enterprise_proxy_user_result0
{
    "rows": 1
}

400
Returns generic_400 of type(s) application/json
Operation doesn't return any data structure

500
Returns generic_500 of type(s) application/json
Operation doesn't return any data structure

Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/portal/rest/enterpriseProxy/deleteEnterpriseProxyUser