Delete Conversations API Definition
The Delete Conversations API lets you delete conversations from the chat history corpus. This is useful for data management to help ensure that you maintain data hygiene and support compliance with data retention policies.
The conversationId
specifies the IDs of the conversations that you want to
delete. The limit is 1000 conversations.
tip
Check out our interactive API Playground that lets you experiment with this REST endpoint to delete conversations in the chat history corpus.
REST Example
Delete Conversations Endpoint Address
Vectara exposes an HTTP endpoint at the following URL to delete conversations in the chat history corpus:https://api.vectara.io/v1/delete-conversations
The API Playground shows the full Delete Conversations REST definition.
gRPC Example
You can find the full Delete Conversations gRPC definition at chat.proto.