Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.cartesia.ai/llms.txt

Use this file to discover all available pages before exploring further.

def voices_delete(client: Cartesia, voice_id: str) -> None:
    """Delete a voice."""
    client.voices.delete(voice_id)
From cartesia-python/examples/examples.py:495

Run this example

cd cartesia-python
CARTESIA_API_KEY=YOUR_KEY python3 examples/examples.py voices_delete