Delete custom voices via API
complete
F
Francisco Castillo
Currently, there is no way in the docs to delete TTS custom voices via the API, which makes programmatic voice management difficult for users who create voices via API for their apps.
Requested Feature:
Add an API endpoint to delete a custom voice by voice_id, allowing users to manage and remove unused voices.
Richard Marmorstein
complete
This is released!
https://dev.hume.ai/reference/text-to-speech-tts/voices/list
https://dev.hume.ai/reference/text-to-speech-tts/voices/delete
F
Francisco Castillo
Richard Marmorstein thank you, though I would suggest being able to delete the voice using the voice ID instead of the name. Or any of both.
F
Francisco Castillo
Richard Marmorstein consider the name can be changed/re named, while id is always the same. So for API users it would be better to store the voice id in their databases, rather than storing the voice name.
Richard Marmorstein
in progress