Skip to main content

/users/\{user_id\}

DELETE 

/api/1.0/users/:user_id

THIS WILL PERMANENTLY DELETE A USER AND ALL ASSOCIATED OBJECTS
If this is the last user in the enterprise, the enterprise will also be deleted.
Only Chrome extension users can be deleted through this endpoint.
Queues a user deletion task and returns a task ID for status polling

Example Response:
{
"status": "success",
"message": "User deletion queued successfully. "
"This is the last user in the enterprise, so the enterprise will also be deleted.",
"task_id": "59613bb6-43c2-483b-a24b-27f01151f9e0",
"will_delete_enterprise": true
}

Request

Responses

Accepted