Delete User
Deletes a user or service account identified by id
Request
URI
DELETE
https://{api_host}/api/v2/user/{id}
COPY
Path Parameters
string
id
Required
id
Responses
default
successful operation
Operation doesn't return any data structure
Code Samples
COPY
curl -X DELETE -H 'Authorization: <value>' https://{api_host}/api/v2/user/{id}
User Operations
GET
Get All Users
POST
Create User
POST
Delete Multiple Users
POST
Grant Permission To Users
POST
Invite Users
POST
Revoke Permission From Users
POST
Validate Users
GET
Get User
PUT
Update User
DELETE
Delete User
POST
Add User To User Groups
GET
Get User Business Functions
POST
Grant User Permission
POST
Remove User From User Groups
POST
Revoke User Permission