Skip to main content
DELETE
/
api
/
v1
/
users
/
organization
Delete all modus-side state for the active organization
curl --request DELETE \
  --url https://api.staging.getmodus.com/api/v1/users/organization \
  --header 'Authorization: Bearer <token>'
{
  "error": {
    "message": "Skill was not found or you lack permission.",
    "requestId": "req_01HQ7K8ABCDEFGHIJKLMNOPQRS",
    "info": {
      "skillId": "sk_abc123"
    }
  }
}

Authorizations

Authorization
string
header
required

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

Response

Organization deleted (or was already absent).