---
title: "Remove cloned voice"
method: POST
path: "/content/RemoveVoice"
tags: ["Content"]
---

# Remove cloned voice

`POST /content/RemoveVoice`

Remove a cloned voice owned by the current user

## Request body

- object
  - `id` integer, required — ID of the voice to remove

## Response `200`

Voice removed successfully

- object
  - `success` boolean — Whether the operation was successful
  - `message` string — Success message

## Other responses

- `400` — Invalid request or missing voice ID
- `401` — Unauthorized
- `404` — Voice not found or cannot be deleted

---

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