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