Core resources
Administration
Booking flow
Revoke a member from your organization. The member will no longer have access to your organization. Only works for members with the user role. To revoke an admin or superuser members use the dashboard.
id
required
uuid
The identifier of the member to revoke.
200
Status message:
{ status: "ok" }
POST
/revoke-member
curl -X POST "https://api.bookingmood.com/v1/revoke-member?id=00000000-0000-0000-0000-000000000000" \ -H "Authorization: Bearer YOUR_API_KEY"
{"status": "ok"}