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

Path Parameters

chat_id
string
required

Chat ID

Response

200 - application/json

The response is of type unknown.