Delete a reseller organization

Permanently deletes a reseller organization. It cannot be undone.

DELETE/v3/resellers/{resellerId}/organizations/{id}
JWT
reseller:organization:delete

Parameters

NameTypeInDescription
resellerId*stringpath
id*stringpathUnique identifier for the reseller organization.
Triggers webhook: reseller.organization.deleted
POST <your-webhook-url>
{
  "event": "reseller.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"
    }
  },
  "triggeredAt": "string"
}

Responses

204 No Content