whatsapp
Delete group
Delete a contact group. This removes the group from all contacts but does not delete the contacts themselves.
AuthorizationBearer <token>
API key authentication - use your Late API key as a Bearer token
In: header
accountIdstring
WhatsApp social account ID
groupNamestring
Group name to delete
Response Body
application/json
application/json
curl -X DELETE "https://getlate.dev/api/v1/whatsapp/groups" \ -H "Content-Type: application/json" \ -d '{ "accountId": "507f1f77bcf86cd799439011", "groupName": "old-leads" }'{
"success": true,
"message": "string",
"modified": 0
}Empty
{
"error": "Unauthorized"
}Empty