POST
/
v2
/
conversations
/
{conversation_id}
/
end
End Conversation
curl --request POST \
  --url https://tavusapi.com/v2/conversations/{conversation_id}/end \
  --header 'x-api-key: <api-key>'
This response does not have an example.

Authorizations

x-api-key
string
header
required

Path Parameters

conversation_id
string
required

The unique identifier of the conversation.

Example:

"c123456"

Response

200

OK