← Back to API Reference

POST /broadcasts/{id}/cancel

Cancel Broadcast

Cancel the active broadcast campaign job.

Request (cURL)

curl -X POST "http://localhost:8080/v1/broadcasts/id_123/cancel" \
  -H "Authorization: Bearer <API_KEY>" \
  -H "Content-Type: application/json" \
  -d '{}'

Response Example

{
  "object": "broadcast",
  "id": "id_123",
  "status": "cancelled"
}

Request Body Example

{}