AgentBots
Inbox API
Conversations API
Contact Labels
CSAT Survey Page
Account AgentBots
Agents
Canned Responses
Canned Response
Custom Attributes
Contacts
Automation Rule
Help Center
Conversations
Conversation Assignment
Conversation Labels
Inboxes
Integrations
Profile
Teams
Custom Filters
Messages
Delete a message
Messages
Delete a message
Delete a message and it’s attachments from the conversation.
DELETE
/
api
/
v1
/
accounts
/
{account_id}
/
conversations
/
{conversation_id}
/
messages
/
{message_id}
curl --request DELETE \
--url https://app.chatwoot.com/api/v1/accounts/{account_id}/conversations/{conversation_id}/messages/{message_id}
This response does not have an example.
Path Parameters
The numeric ID of the account
The numeric ID of the conversation
The numeric ID of the message
Response
200
Success
curl --request DELETE \
--url https://app.chatwoot.com/api/v1/accounts/{account_id}/conversations/{conversation_id}/messages/{message_id}
This response does not have an example.