---
title: "Remove Rules From The Pronunciation Dictionary"
method: POST
path: "/v1/pronunciation-dictionaries/{pronunciation_dictionary_id}/remove-rules"
tags: ["Pronunciation Dictionary"]
---

# Remove Rules From The Pronunciation Dictionary

`POST /v1/pronunciation-dictionaries/{pronunciation_dictionary_id}/remove-rules`

Remove rules from the pronunciation dictionary

## Path parameters

- `pronunciation_dictionary_id` string, required — The id of the pronunciation dictionary

## Headers

- `xi-api-key` string, nullable — Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.

## Request body

- BodyRemoveRulesFromThePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdRemoveRulesPost
  - `rule_strings` string[], required — List of strings to remove from the pronunciation dictionary.

## Response `200`

Successful Response

- PronunciationDictionaryRulesResponseModel
  - `id` string, required — The ID of the pronunciation dictionary.
  - `version_id` string, required — The version ID of the pronunciation dictionary.
  - `version_rules_num` integer, required — The number of rules in the version of the pronunciation dictionary.

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/elevenlabs/apis/elevenlabs-api-documentation.md) · [All operations](https://skmtc.net/elevenlabs/apis/elevenlabs-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elevenlabs/elevenlabs-api-documentation/revisions/d1075d6a6487/schema)
