Users
Delete user
Deletes a user. Use this with caution.
delete/users/{user_id}
Path parameters
user_idstring required
The ID of the user, or the special value me for the currently authenticated user
Example:3241a285-8329-4d69-8f3d-316e08cf140c
The ID of the user, or the special value me for the currently authenticated user
Response
Successful response
Example response
{
"success": true
}