curl -X DELETE -H 'Authorization: Bearer <your-admin-token>' \
<base_url>/users/<user_id>
Session API
Removing Users
DELETE
/
users
/
{user_id}
curl -X DELETE -H 'Authorization: Bearer <your-admin-token>' \
<base_url>/users/<user_id>
Parameters
string
required
The ID of the user
curl -X DELETE -H 'Authorization: Bearer <your-admin-token>' \
<base_url>/users/<user_id>