Skip to main content
DELETE
/
api
/
v1
/
workspaces
/
{workspace_key}
Remove a workspace
curl --request DELETE \
  --url http://localhost:4000/api/v1/workspaces/{workspace_key} \
  --header 'Authorization: Bearer <token>'
{
  "error": {
    "code": "<string>",
    "message": "<string>"
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

workspace_key
string
required

Response

Workspace removed

Last modified on March 31, 2026