---
title: "Delete a pronunciation dictionary"
method: DELETE
path: "/pronunciation_dicts/{id}"
tags: ["Pronunciation Dictionaries"]
---

# Delete a pronunciation dictionary

`DELETE /pronunciation_dicts/{id}`

Permanently delete a pronunciation dictionary.

## Path parameters

- `id` string, uuid, required

## Response `204`

Dictionary deleted successfully. No content returned.

## Other responses

- `401` — Unauthorized. Invalid or missing API key.
- `404` — Pronunciation dictionary not found.

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/revisions/8f5f4e537994/schema)
