POST
/
workspace
/
delete
/
{workspace_id}
curl --request POST \
  --url https://api.callab.ai/v1/workspace/delete/{workspace_id} \
  --header 'Authorization: Bearer <token>'
{
  "status": "<string>",
  "message": "<string>",
  "data": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workspace_id
string
required

ID of the workspace to delete.

Response

200
application/json

Workspace deleted successfully or error if deletion fails.

The response is of type object.