---
title: "Cancel a broadcast"
method: POST
path: "/api/broadcasts.cancel"
---

# Cancel a broadcast

`POST /api/broadcasts.cancel`

Cancels a scheduled broadcast.

## Request body

- CancelBroadcastRequest
  - `workspace_id` string, required — The ID of the workspace
  - `id` string, required — ID of the broadcast to cancel

## Response `200`

Broadcast cancelled successfully

- object
  - `success` boolean

## Other responses

- `400` — Bad request - validation failed
- `401` — Unauthorized - invalid or missing authentication token
- `404` — Broadcast not found
- `500` — Internal server error

## Changes

- **2025-11-14** `940c5636d0b4` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/pierre-b/apis/notifuse-api/changes/api/broadcasts.cancel/post.md)

---

[API](https://skmtc.dev/pierre-b/apis/notifuse-api.md) · [All operations](https://skmtc.dev/pierre-b/apis/notifuse-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pierre-b/notifuse-api/revisions/d26605f2fc47/schema)
