latestSwagger 2.02026-08-109450223.9 KB

94acb422c07d

Reseller

Permanently Disable an Account

Marks the account as disabled and will be deleted after 10 days from initial request.

Please Note: This is irreversible and will uninstall all of the agents for this account, as well as completing other similar operations. Contact support if this was done unintentionally.

delete/v1/accounts/{account_id}

Path parameters

account_idinteger required

Account ID for deletion.

Response

Permanently Disable an Account

Example response

{
  "account": {
    "id": 1,
    "name": "Your Account",
    "subdomain": "exampleaccount",
    "status": "enabled",
    "support_type": "huntress_supported",
    "neighborhood_watch": {
      "edr": 10,
      "ispm": 10,
      "itdr": 10,
      "sat": 10,
      "siem": 10
    }
  }
}