Deletes a member from a workspace.
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 }
This is the ID of the workspace.
This is the ID of the user.
Was this page helpful?