DELETE
/
api
/
v1
/
accounts
/
{account_id}
/
conversations
/
{conversation_id}
/
messages
/
{message_id}
Delete a Message
curl --request DELETE \
  --url https://chat.toolzz.ai/api/v1/accounts/{account_id}/conversations/{conversation_id}/messages/{message_id}

Parameters

account_id
string
account_id: The ID of the account to get conversations from.
conversation_id
string
conversation_id: The ID of the conversation to get messages from.
message_id
string
message_id: The ID of the message to delete.