Frontend API
Remove a member from an organization
cURL
curl --request DELETE \ --url https://api.wacht.dev/organizations/{organization_id}/members/{membership_id} \ --header 'Authorization: Bearer <token>'
{ "error": "Unauthorized" }
JWT Bearer token authentication using the Authorization header
(i64 formatted as string)
Member removed successfully