Delete an organization

Permanently deletes an organization. It cannot be undone.

DELETE/v3/organizations/{id}
JWT
organization:write

Parameters

NameTypeInDescription
id*stringpathUnique identifier for the organization.
Triggers webhook: organization.deleted
POST <your-webhook-url>
{
  "event": "organization.deleted",
  "data": {
    "id": "string",
    "createdAt": "2019-08-24T14:15:22Z",
    "updatedAt": "2019-08-24T14:15:22Z",
    "name": "string",
    "email": "string",
    "description": "string",
    "allowedUsers": 0,
    "address": {
      "addressLine1": "string",
      "addressLine2": "string",
      "city": "string",
      "state": "string",
      "country": "string",
      "postalCode": "string"
    },
    "resellerId": "string",
    "reseller": {
      "id": "string",
      "createdAt": "2019-08-24T14:15:22Z",
      "updatedAt": "2019-08-24T14:15:22Z",
      "name": "string",
      "email": "string",
      "description": "string",
      "allowedUsers": 0,
      "allowedOrganizations": 0
    }
  },
  "triggeredAt": "string"
}

Responses

204 No Content