POST
/broadcasts/{id}/cancel
Cancel Broadcast
Cancel the active broadcast campaign job.
Cancel the active broadcast campaign job.
curl -X POST "http://localhost:8080/v1/broadcasts/id_123/cancel" \
-H "Authorization: Bearer <API_KEY>" \
-H "Content-Type: application/json" \
-d '{}'
{
"object": "broadcast",
"id": "id_123",
"status": "cancelled"
}
{}