Skip to main content
DELETE
Delete conversations

Overview

Delete one or more conversations and all associated data (messages, chunks, and vector embeddings). This action is irreversible.

Example

Authorizations

Authorization
string
header
required

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

Body

application/json
ids
string[]
required

Array of conversation IDs to delete.

Response

Conversations deleted

deleted
string[]

IDs of successfully deleted conversations.

count
integer

Number of conversations deleted.