cancel_campaign
Cancel a scheduled broadcast so it never sends. Pass the campaign_id (from send_broadcast or list_campaigns). Only works while the campaign is still 'scheduled': once it has started sending or finished you cannot cancel it, and messages already sent cannot be recalled. On success returns the campaign with status 'cancelled'. If it is not scheduled, the call fails with CAMPAIGN_NOT_CANCELLABLE and the error message names its current status — check with list_campaigns or get_campaign_stats. To stop an in-flight or completed send instead, the only lever is to disconnect the WhatsApp number (disconnect_whatsapp).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| campaign_id | Yes |