---
title: "Delete a broadcast"
method: POST
path: "/api/broadcasts.delete"
---

# Delete a broadcast

`POST /api/broadcasts.delete`

Deletes a broadcast. This action is permanent and cannot be undone.

## Request body

- DeleteBroadcastRequest
  - `workspace_id` string, required — The ID of the workspace
  - `id` string, required — ID of the broadcast to delete

## Response `200`

Broadcast deleted 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.delete/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/b6f612d3daaa/schema)
