---
title: "Triggered when a WABA account is disabled."
method: POST
path: "waba:account:disabled"
tags: ["waba_accounts"]
---

# Triggered when a WABA account is disabled.

`POST waba:account:disabled` (webhook)

## Payload

- WabaAccountData
  - `event_type` 'waba:account:active' | 'waba:account:disabled' | 'waba:account:disconnected', required — Webhook event name
  - `account` WabaAccountInfo, required
    - `id` integer, required
    - `meta_phone_id` string, required
    - `meta_waba_id` string, required
    - `display_phone_number` string
    - `state` 'active' | 'disabled' | 'removed', required — Raw WABA account lifecycle state. Note this differs from the waba:account:disconnected event name: the underlying state value for a disconnected account is `removed`, not `disconnected`.

## Acknowledgement `200`

Receiver accepted the event

---

[API](https://skmtc.dev/initechsoftware/apis/webhook-api.md) · [All operations](https://skmtc.dev/initechsoftware/apis/webhook-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/initechsoftware/webhook-api/revisions/3d68b53c5c85/schema)
