Skip to main content
DELETE
Delete Conversation
For AI agents, use https://docs.tavus.io/openapi.yaml for the full HTTP API contract.

Authorizations

x-api-key
string
header
required

Path Parameters

conversation_id
string
required

The unique identifier of the conversation.

Example:

"c123456"

Query Parameters

hard
boolean

If set to true, the conversation and associated assets will be hard deleted. CAUTION: This action is irrevocable.

Example:

true

Response

NO CONTENT