POST
/
workspaces
/
leave
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>"
}'
{}

Body

workspace_id
string
required

This is the ID of the user group.

user_id
string
required

This is the ID of the user.

{}