Delete WhatsApp Contact
This page contains the API documentation for the deleting any WhatsApp contact.
Update User Status
Request Headers
Request Body
Sample Request
curl 'https://api-v7.express-chat.com/inbox/users/status-update' \
-X 'PUT' \
-H 'Authorization: Bearer [MASKED_TOKEN]' \
-H 'Content-Type: application/json' \
-H 'authtype: Key' \
--data-raw {
"ids": ["640f472d173951357f08edee"],
"status": "DELETED"
} \
--compressedResponse
Field
Type
Description
Example Response
❓ Got any questions?
Last updated