cURL
curl --request POST \ --url https://{notifuseDomain}/api/broadcasts.cancel \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "workspace_id": "ws_1234567890", "id": "broadcast_12345" }'
{ "success": true }
Cancels a scheduled broadcast.
API token for authentication
The ID of the workspace
"ws_1234567890"
ID of the broadcast to cancel
"broadcast_12345"
Broadcast cancelled successfully
true