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

account_id
integer
required

The numeric ID of the account

conversation_id
integer
required

The numeric ID of the conversation

message_id
integer
required

The numeric ID of the message

Response

200

Success