Delete user
Request to delete a user:
DELETE /api/v2/users/<user-id>.json
The call recordings of the user are kept.
Response contains HTTP status code as shown in the following table.
| Response | Description |
|---|---|
| 200 OK | The user has been successfully deleted |
| 403 Forbidden | The request cannot be completed because API user has no permission to delete users |
| 404 Not Found | The ID is not a valid UUID |