whatsapp
Bulk delete contacts
Permanently delete multiple contacts at once (max 500 per request).
AuthorizationBearer <token>
API key authentication - use your Late API key as a Bearer token
In: header
contactIdsarray<string>
Contact IDs to delete (max 500)
Items
items <= 500Response Body
application/json
application/json
curl -X DELETE "https://getlate.dev/api/v1/whatsapp/contacts/bulk" \ -H "Content-Type: application/json" \ -d '{ "contactIds": [ "507f1f77bcf86cd799439011", "507f1f77bcf86cd799439012" ] }'{
"success": true,
"deleted": 0
}Empty
{
"error": "Unauthorized"
}