Skip to main content
DELETE
/
api
/
v1
/
workspaces
/
{workspace_id}
/
users
/
{id}
Remove User from Workspace
curl --request DELETE \
  --url https://colloqui-web-develop-btoadh.laravel.cloud/api/v1/workspaces/{workspace_id}/users/{id} \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://cooloquiptyltd.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer token authentication

Path Parameters

workspace_id
string
required

The ID of the workspace.

id
string
required

The ID of the user.

Response

204

No Content