Delete Account
Deletes an account (user or service account) identified by id
Request
URI
DELETE
https://{api_host}/api/v2/account/{id}
COPY
Path Parameters
string
id
Required
id
Responses
200
successful operation
Returns ResponseContainerAccount of type(s) application/json
{
"status": {
"result": "string",
"message": "string",
"code": 0
},
"response": {
"unitedRoles": [
"string"
],
"unitedPermissions": [
"string"
],
"identifier": "string",
"groups": [
"string"
],
"roles": [
"string"
],
"userGroups": [
"string"
]
}
}
Account (User and Service Account) Operations
POST
Activate Account
POST
Add Account To Roles
POST
Add Account To User Groups
POST
Create Or Update User Account
POST
Create Service Account
POST
Deactivate Account
DELETE
Delete Account
POST
Delete Multiple Accounts
GET
Get Account
GET
Get Account Business Functions
GET
Get All Accounts
GET
Get All Service Accounts
GET
Get All User Accounts
GET
Get Service Account
GET
Get User Account
GET
Get Users With Accounts Permission
POST
Grant Account Permission
POST
Grant Permission To Accounts
POST
Invite User Accounts
POST
Remove Account From Roles
POST
Remove Account From User Groups
POST
Revoke Account Permission
POST
Revoke Permission From Accounts
PUT
Update Service Account
PUT
Update User Account
POST
Validate Accounts