whatsapp
Delete contact
Permanently delete a WhatsApp contact.
AuthorizationBearer <token>
API key authentication - use your Zernio 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://zernio.com/api/v1/whatsapp/contacts/string"{
"success": true,
"message": "Contact deleted successfully"
}{
"error": "Unauthorized"
}{
"error": "Not found"
}