#how to delete pronunciation dictionary on your website?
1 messages · Page 1 of 1 (latest)
Short answer: there’s no published Help Center or docs page that describes a “delete pronunciation dictionary” action in the ElevenLabs website UI. The Studio article only shows how to create/connect a dictionary; it doesn’t document deletion. (help.elevenlabs.io)
What you can do (documented options):
- Remove specific entries from a dictionary via API: POST /v1/pronunciation-dictionaries/{id}/remove-rules with rule_strings. (elevenlabs.io)
- Archive the entire dictionary via API (hides it and sets archived_time_unix): PATCH /v1/pronunciation-dictionaries/{id} with archived=true. (elevenlabs.io)
- Detach a dictionary from a Studio project by replacing the project’s dictionary set via API: POST /v1/studio/projects/{project_id}/pronunciation-dictionaries with only the dictionaries you want to keep; text affected by removed dictionaries is re-marked for reconversion. (elevenlabs.io)
If you specifically need to do this in the website UI and can’t use the API, please contact support for guidance. (help.elevenlabs.io)
Sources:
How do I use the Pronunciations Editor in Studio? – ElevenLabs
Remove pronunciation dictionary rules | ElevenLabs Documentation
Update Pronunciation Dictionary | ElevenLabs Documentation
Create Pronunciation Dictionaries | ElevenLabs Documentation
How can I contact support? – ElevenLabs
it's for agents