cURL
curl --request DELETE \ --url https://api.example.com/api/ee/user \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>" }
Permanently deletes a user and all associated records. Only organization owners can delete other users.
Bearer authentication header of the form Bearer <token>, where <token> is your API key.
Bearer <token>
<token>
The ID of the user to delete.
User deleted successfully.
Was this page helpful?