Enterprise User Delete Enterprise User
Deletes the specified enterprise user (by id
or username
). Note: enterpriseId
is a required parameter when invoking this method as an operator or as a partner user.
Privileges required:
DELETE
ENTERPRISE_USER
Request
URI
POST
https://{api_host}/portal/rest/enterpriseUser/deleteEnterpriseUser
COPY
Request Body
{
"id": 0,
"enterpriseId": 0,
"username": "string"
}
integer
id
Optional
id
integer
enterpriseId
Optional
enterpriseId
string
username
Optional
username
Responses
200
Request was successfully processed
Returns
enterprise_user_delete_enterprise_user_result
of type(s)
application/json
This response body class contains all of the following:
Inlineenterprise_user_delete_enterprise_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/enterpriseUser/deleteEnterpriseUser
All Operations
POST
Secure Edge Access Mode
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
POST
Generate Ssh Key
POST
Ssh Config Get Enterprise Proxy User Ssh Key
POST
Ssh Config Get Enterprise User Ssh Key
POST
Ssh Config Get Operator User Ssh Key
POST
Import Ssh Key
POST
Ssh Config Revoke Enterprise Proxy User Ssh Key
POST
Ssh Config Revoke Enterprise User Ssh Key
POST
Ssh Config Revoke Operator User Ssh Key