DELETE
/
workspaces
/
{workspace_id}
/
users
/
{user_id}
/
role
curl --request DELETE \
  --url https://api.furo.one/workspaces/{workspace_id}/users/{user_id}/role \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '{
  "workspace_id": "<string>",
  "user_id": "<string>"
}'
{
  "acknowledged": true,
  "deletedCount": 1
}

Path

workspace_id
string
required

This is the ID of the workspace.

user_id
string
required

This is the ID of the user.