whatsapp
Remove recipients
Remove recipients from a draft broadcast by phone number.
AuthorizationBearer <token>
API key authentication - use your Zernio API key as a Bearer token
In: header
Path Parameters
broadcastIdstring
Broadcast ID
phonesarray<string>
Phone numbers to remove
Response Body
application/json
application/json
application/json
curl -X DELETE "https://zernio.com/api/v1/whatsapp/broadcasts/string/recipients" \ -H "Content-Type: application/json" \ -d '{ "phones": [ "+1234567890", "+0987654321" ] }'{
"success": true,
"removed": 0,
"totalRecipients": 0
}Empty
{
"error": "Unauthorized"
}{
"error": "Not found"
}