Skip to main content
DELETE
/
organisations
/
{orgId}
/
workspaces
/
{workspaceId}
Delete workspace
curl --request DELETE \
  --url https://api.meetsquad.ai/organisations/{orgId}/workspaces/{workspaceId} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "message": "Workspace deleted successfully"
  }
}

Authorizations

Authorization
string
header
required

JWT authentication for organization-scoped endpoints.

Path Parameters

orgId
string
required

Organization ID

workspaceId
string
required

Workspace ID

Response

Workspace deleted successfully

Response containing a success message

data
object
required

Success message data