Skip to main content
Version: 2.0

Delete a chat

DELETE 

/v2/chats/:chat_id

Delete a chat and any turns it contains permanently.

Request

Path Parameters

    chat_id stringrequired

    Possible values: Value must match regular expression cht_.+$

    The ID of the chat.

Responses

Successfully deleted the chat.

Loading...