Skip to main content
DELETE
/
v1
/
broadcasts
/
{id}
Delete Broadcast
curl --request DELETE \
  --url https://api.example.com/v1/broadcasts/{id}
id
string
required
The ID of the broadcast to delete.

Request

cURL
curl -X DELETE https://www.unosend.co/api/v1/broadcasts/bc_123 \
  -H "Authorization: Bearer un_xxxxxxxxxx"

Response

200
{
  "id": "bc_123",
  "deleted": true
}
You can only delete broadcasts that are in draft status.