Skip to main content
DELETE
/
teams
/
{team_slug}
/
workspaces
/
{workspace_slug}
Delete a workspace
curl --request DELETE \
  --url https://api.orgnise.in/teams/{team_slug}/workspaces/{workspace_slug} \
  --header 'Authorization: Bearer <token>'
{
  "message": ""
}

Documentation Index

Fetch the complete documentation index at: https://docs.orgnise.in/llms.txt

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

Authorizations

Authorization
string
header
required

Default authentication mechanism

Path Parameters

team_slug
string
required

The slug of the team.

workspace_slug
string
required

The slug of the workspace.

Response

The deleted workspace

message
string
default:""
required