whatsapp
Delete contact
Permanently delete a WhatsApp contact.
AuthorizationBearer <token>
API key authentication - use your Late API key as a Bearer token
In: header
Path Parameters
contactIdstring
Contact ID
Response Body
application/json
application/json
application/json
curl -X DELETE "https://getlate.dev/api/v1/whatsapp/contacts/string"{
"success": true,
"message": "Contact deleted successfully"
}{
"error": "Unauthorized"
}{
"error": "Not found"
}