Conversation
Clear chat messages
Clear all chat messages for a chat (async)
delete/conversation/chat/messages
Request body
Example request
{
"to": "919999999999",
"from": "919999999999"
}Response
Chat cleared (or not found).
Example response
{
"success": true,
"message": "Added in queue for deletion."
}Changes
No recorded changes to this endpoint across all 1 revision of this API.