Skip to main content
DELETE
/
chats
/
{chat_id}
/
messages
/
{message_id}
Delete Chat Message
curl --request DELETE \
  --url https://api.useinvent.com/chats/{chat_id}/messages/{message_id} \
  --header 'Authorization: Bearer <token>'
null

Authorizations

Authorization
string
header
required

Bearer token authentication using your API key

Path Parameters

chat_id
string
required

Chat ID

message_id
string
required

Message ID

Response

200 - application/json