Delete Conversation
Conversation
Delete Conversation
This endpoint deletes a single conversation by its unique identifier. Use this for destructive data removal. For normal call cleanup when a user leaves or a session is finished, use End Conversation instead.
DELETE
Delete Conversation
Documentation Index
Fetch the complete documentation index at: https://docs.tavus.io/llms.txt
Use this file to discover all available pages before exploring further.
For AI agents, use
https://docs.tavus.io/openapi.yaml for the full HTTP API contract.Authorizations
Path Parameters
The unique identifier of the conversation.
Example:
"c123456"
Query Parameters
If set to true, the conversation and associated assets will be hard deleted. CAUTION: This action is irrevocable.
Example:
true
Response
NO CONTENT

