DELETE
/
v1
/
convai
/
conversations
/
{conversation_id}
from elevenlabs import ElevenLabs

client = ElevenLabs(
    api_key="YOUR_API_KEY",
)
client.conversational_ai.delete_conversation(
    conversation_id="21m00Tcm4TlvDq8ikWAM",
)
"<any>"

Headers

xi-api-key
string

Your API key. This is required by most endpoints to access our API programatically. You can view your xi-api-key using the 'Profile' tab on the website.

Path Parameters

conversation_id
string
required

The id of the conversation you're taking the action on.

Response

200
application/json

Successful Response

The response is of type any.