---
title: "Delete Voice"
method: DELETE
path: "/delete-voice/{voice_id}"
tags: ["Apis"]
---

# Delete Voice

`DELETE /delete-voice/{voice_id}`

## Path parameters

- `voice_id` integer, required — The unique identifier of the custom voice to delete.

## Response `200`

Successful Response

- object — Deletion confirmation payload for the requested voice.
  - `status` 'ok', required — Indicates successful deletion.

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/camb/apis/fastapi.md) · [All operations](https://skmtc.net/camb/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/camb/fastapi/versions/40ebeee64850/schema)
