---
title: "Delete a voice prompt"
method: DELETE
path: "/voice/{prompt_id}"
tags: ["Voice"]
---

# Delete a voice prompt

`DELETE /voice/{prompt_id}`

Permanently delete a voice prompt by its unique identifier.

## Path parameters

- `prompt_id` string, required

## Headers

- `x-api-key` string, required

## Response `200`

Voice prompt deleted successfully

- ModelResponse — Standard API success response wrapper
  - `success` boolean, required — Whether the operation was successful
  - `message` string — Human-readable status message
  - `data` unknown

## Other responses

- `400` — Bad request
- `401` — Unauthorized — invalid or missing API key
- `404` — Voice prompt not found
- `500` — Internal server error

---

[API](https://skmtc.net/deepdub-ai/apis/deepdub-api.md) · [All operations](https://skmtc.net/deepdub-ai/apis/deepdub-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/deepdub-ai/deepdub-api/versions/f9c545698573/schema)
