Skip to main content
DELETE
/
chats
/
{chat_id}
/
messages
/
{message_id}
Delete Chat Message
curl --request DELETE \
  --url https://api.example.com/chats/{chat_id}/messages/{message_id}
"<unknown>"

Path Parameters

chat_id
string
required

Chat ID

message_id
string
required

Message ID

Response

200 - application/json

The response is of type unknown.