Delete a reseller user

Permanently deletes a reseller user. It cannot be undone.

DELETE/v3/resellers/{resellerId}/users/{id}
JWT
reseller:user:delete

Parameters

NameTypeInDescription
resellerId*stringpath
id*stringpathUnique identifier for the reseller user.
Triggers webhook: reseller.user.deleted
POST <your-webhook-url>
{
  "event": "reseller.user.deleted",
  "data": {
    "id": "string",
    "createdAt": "2019-08-24T14:15:22Z",
    "updatedAt": "2019-08-24T14:15:22Z",
    "name": "string",
    "firstName": "string",
    "lastName": "string",
    "email": "string",
    "role": "string",
    "twoFactorEnabled": true,
    "googleSsoEnabled": true,
    "lastLoginAt": "2019-08-24T14:15:22Z",
    "organizationId": "string",
    "organization": {
      "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"
      }
    },
    "company": "string"
  },
  "triggeredAt": "string"
}

Responses

204 No Content