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"
}Documentation Index
Fetch the complete documentation index at: https://docs.gorules.io/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?