WhatsApp Chat
Path parameters
phone_number_idintegerRequired
The ID of the phone number for which to fetch messages
Responses
200
Chat Messages Fetched Successfully
application/json
successbooleanOptionalExample:
truemessagestringOptionalExample:
Chat Messages Fetched Successfullyget
/api/whatsapp/chat-messages/{phone_number_id}200
Chat Messages Fetched Successfully
Path parameters
whatsappMessageIDstringRequired
The ID of the WhatsApp message to be deleted
Responses
200
Message soft deleted successfully
application/json
successbooleanOptionalExample:
truemessagestringOptionalExample:
Message soft deleted successfully404
Message not found
application/json
delete
/api/whatsapp/delete-message/{whatsappMessage}Last updated