whatsapp
Cancel scheduled broadcast
Cancel a scheduled broadcast and return it to draft status. Only broadcasts in scheduled status can be cancelled.
AuthorizationBearer <token>
API key authentication - use your Zernio API key as a Bearer token
In: header
Path Parameters
broadcastIdstring
Broadcast ID
Response Body
application/json
application/json
application/json
curl -X DELETE "https://zernio.com/api/v1/whatsapp/broadcasts/string/schedule"{
"success": true,
"broadcast": {
"id": "507f1f77bcf86cd799439011",
"status": "draft"
},
"message": "Broadcast returned to draft status"
}Empty
{
"error": "Unauthorized"
}{
"error": "Not found"
}Schedule broadcast POST
Schedule a draft broadcast for future sending. The scheduled time must be in the future and no more than 30 days in advance. The broadcast must be in draft status and have recipients.
List recipients GET
List recipients of a broadcast with their delivery status. Supports filtering by delivery status and pagination.