For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Start buildingGet support
DocumentationAPI ReferenceChangelogDiscord
  • Voices
    • POSTCreate voice
    • GETList voices
    • DELDelete voice
  • Text-to-Speech (TTS)
    • WSSStream Input
    • STREAMText-to-Speech (Streamed JSON)
    • POSTText-to-Speech (Streamed File)
    • POSTText-to-Speech (Json)
    • POSTText-to-Speech (File)
    • POSTVoice Conversion (Streamed File)
    • STREAMVoice Conversion (Streamed JSON)
  • Speech-to-speech (EVI)
    • WSSChat
  • Expression Measurement API
Start buildingGet support
LogoLogo
LogoLogo
Voices

Delete voice

DELETE
https://api.hume.ai/v0/tts/voices
DELETE
/v0/tts/voices
$curl -X DELETE "https://api.hume.ai/v0/tts/voices?name=David%20Hume" \
> -H "X-Hume-Api-Key: <apiKey>"
Deletes a previously generated custom voice.
Was this page helpful?
Previous

Stream Input

Next
Built with

Authentication

X-Hume-Api-Keystring
API Key authentication via header

Query parameters

namestringRequired
Name of the voice to delete

Response

OK