Delete User
DELETE {{baseUrl}}/api/v2/users/:user_id
Deletes the user and associated records from the account.
Warning: Deleted users are not recoverable.
To comply with GDPR, a further step is needed. See Permanently Delete User.
Allowed For
- Agents, with restrictions on certain actions
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"user":{"active":false,"id":9873843,"name":"Roger Wilco II"}}