latestSwagger 2.02026-08-109450223.9 KB

94acb422c07d

Users

Delete Membership

Deletes a single Membership associated with your account or organization. Does not delete the user associated with the membership.

delete/v1/memberships/{id}

Path parameters

idinteger required

Membership ID within Huntress account

Response

Membership deleted

Example response

{
  "membership": {
    "id": 1,
    "permissions": "Read-only",
    "account": {
      "id": 1234,
      "name": "Exemplary Accounting, LLC"
    },
    "organization": {
      "id": 5678,
      "name": "Organic Zations"
    },
    "user": {
      "id": 90210,
      "email": "little_bobby@example.com",
      "name": "Robert Tables"
    },
    "created_at": "2026-01-22 01:07:08 UTC",
    "updated_at": "2026-01-22 01:07:08 UTC"
  }
}