Backend API
cURL
curl --request POST \ --url https://api.wacht.dev/organizations/{id}/members/{memberId}/remove \ --cookie session_id=
Remove a member from the organization
Session-based authentication using cookies
Organization ID
Member ID
Member removed successfully
Was this page helpful?