curl --request DELETE \
--url https://api.example.com/api/users/{userId} \
--header 'Authorization: Bearer <token>'{
"status": "ok"
}Removes a user from the organisation, deleting their memberships, invitations, and sessions.
curl --request DELETE \
--url https://api.example.com/api/users/{userId} \
--header 'Authorization: Bearer <token>'{
"status": "ok"
}Was this page helpful?