latestSwagger 2.02026-08-101561322.2 MB
3e4029d19684
Chats
Delete chat messages by ID(s)
<a class="try-sandbox-link" href="https://sandbox.textmagic.com/#/Chats/deleteChatMessages" target="_blank">Try in sandbox</a><br>Delete messages from chat by given message IDs.
post/api/v2/chats/{id}/messages/delete
Path parameters
idinteger required
Request body
Example request
{
"inbound_ids": "1,2,3,4",
"sent_ids": "1,2,3,4",
"calls_ids": "1,2,3,4"
}Response
Request executed with success.