Delete contact(s)
This request/endpoint is platform-agnostic (e.g., WhatsApp, Website) and allows you to delete a contact or contacts (bulk deletion).
Last updated
This request/endpoint is platform-agnostic (e.g., WhatsApp, Website) and allows you to delete a contact or contacts (bulk deletion).
Last updated
{
"success": false,
"message": "Argument passed in must be a single String of 12 bytes or a string of 24 hex characters",
"code": 400
}{
"success": false,
"message": "jwt malformed",
"code": 401
}curl 'https://api-v7.express.com/inbox/users' \
-X 'POST' \
-H 'Authorization: Bearer <token>' \
-H 'Content-Type: application/json' \
-H 'authtype: Key' \
-d '{
"whatsappSubscriberIds":["698c4445f98046b014053e5c"],
"status":"DELETED"
}' \
--compressed