Operator User Delete Operator User
Deletes the specified operator user (by id
or username
).
Privileges required:
DELETE
OPERATOR_USER
Request
URI
POST
https://{api_host}/portal/rest/operatorUser/deleteOperatorUser
COPY
Request Body
{
"id": 0,
"username": "string"
}
integer
id
Optional
id
string
username
Optional
username
Responses
200
Request was successfully processed
Returns
operator_user_delete_operator_user_result
of type(s)
application/json
This response body class contains all of the following:
Inlineoperator_user_delete_operator_user_result0
{
"id": 123,
"rows": 1
}
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/portal/rest/operatorUser/deleteOperatorUser
All Operations
POST
Enterprise Proxy Delete Enterprise Proxy User
POST
Enterprise Proxy Get Enterprise Proxy User
POST
Enterprise Proxy Insert Enterprise Proxy User
POST
Enterprise Proxy Update Enterprise Proxy User
POST
Enterprise User Delete Enterprise User
POST
Enterprise User Get Enterprise User
POST
Enterprise User Update Enterprise User
POST
Operator User Delete Operator User
POST
Operator User Get Operator User
POST
Operator User Insert Operator User
POST
Operator User Update Operator User