Skip to main content
DELETE
/
broadcasts
/
{id}
Delete Broadcast
curl --request DELETE \
  --url https://api.unosend.co/broadcasts/{id} \
  --header 'Authorization: Bearer <token>'
id
string
required
The broadcast UUID. Cannot delete a broadcast with status sending.

Response

200
{
  "success": true,
  "data": {
    "id": "bc_123"
  }
}