Delete a broadcast
Deletes a broadcast. This action is permanent and cannot be undone.
post/api/broadcasts.delete
Request body
Example request
{
"workspace_id": "ws_1234567890",
"id": "broadcast_12345"
}Response
Broadcast deleted successfully
Example response
{
"success": true
}