Skip to main content
DELETE
/
chats
/
{chat_id}
Delete Chat
curl --request DELETE \
  --url https://api.useinvent.com/chats/{chat_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

Response

200 - application/json