---
title: "Delete Voice Clone"
method: DELETE
path: "/v1/voice-clones/{voice_id}"
tags: ["Voice Clones"]
---

# Delete Voice Clone

`DELETE /v1/voice-clones/{voice_id}`

Delete a cloned voice from ElevenLabs — only if it belongs to the caller's org.

## Path parameters

- `voice_id` string, required

## Headers

- `X-Organization-Id` string
- `X-API-Key` string, required

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-03** `aa501502e1fc` — 1 info
  - added the new optional `header` request parameter `X-Organization-Id`

[Change history](https://skmtc.dev/getbluejay/apis/bluejay-api/changes/v1/voice-clones/:voice_id/delete.md)

---

[API](https://skmtc.dev/getbluejay/apis/bluejay-api.md) · [All operations](https://skmtc.dev/getbluejay/apis/bluejay-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getbluejay/bluejay-api/revisions/aa501502e1fc/schema)
