whatsapp
Remove recipients
Remove recipients from a draft broadcast by phone number.
AuthorizationBearer <token>
API key authentication - use your Late 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://getlate.dev/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"
}Bulk import contacts POST
Import up to 1000 contacts at once. Each contact requires a phone number and name. Duplicates are skipped by default. Supports default tags and groups applied to all imported contacts.
Rename group POST
Rename a contact group. This updates the group name on all contacts that belong to the group.