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

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

200
application/json
The deleted workspace
message
string
default:
required