cURL
curl --request POST \ --url https://api.furo.one/workspaces/leave \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data '{ "workspace_id": "<string>", "user_id": "<string>" }'
{}
Leave a user to a workspace
Was this page helpful?