---
title: "Cancel scheduled broadcast"
method: POST
path: "/whatsapp/broadcasts/{broadcast_id}/cancel"
tags: ["Broadcasts"]
---

# Cancel scheduled broadcast

`POST /whatsapp/broadcasts/{broadcast_id}/cancel`

Cancel a scheduled broadcast and return it to draft status. Only works for broadcasts in scheduled status.

## Response `200`

OK

- WhatsappBroadcastSendResponse
  - `data` object, required
    - `id` string, uuid, required
    - `status` string, required
    - `scheduled_at` string, date-time, nullable
    - `started_at` string, date-time, nullable
    - `stopped_at` string, date-time, nullable
    - `completed_at` string, date-time, nullable

## Other responses

- `401` — Missing or invalid API key
- `404` — Resource not found
- `422` — Request validation failed

---

[API](https://skmtc.net/kapso/apis/kapso-platform-api.md) · [All operations](https://skmtc.net/kapso/apis/kapso-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kapso/kapso-platform-api/revisions/18ff5548a33f/schema)
