Skip to main content
DELETE
/
chats
/
{chat_id}
Error
A valid request URL is required to generate request examples
{
  "id": "<string>",
  "deleted": true
}

Rate Limits

600 requests per minute.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

chat_id
string
required

The ID of the chat to delete. This ID can be obtained from the List chats endpoint or when creating a new chat.

Response

Success

id
string
required
deleted
boolean
required