Skip to main content
DELETE
/
api
/
v1
/
workspaces
/
{id}
Delete Workspace
curl --request DELETE \
  --url https://colloqui-web-develop-btoadh.laravel.cloud/api/v1/workspaces/{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

id
string
required

The ID of the workspace.

Response

204

No Content