---
title: "Delete a voice clone"
method: DELETE
path: "/waves/v1/lightning-large"
tags: ["Voice Cloning"]
---

# Delete a voice clone

`DELETE /waves/v1/lightning-large`

Delete a voice clone by `voiceId`. Despite the `/lightning-large/`
path, this endpoint deletes any voice clone on the organization,
including clones created via `POST /waves/v1/voice-cloning`.

## Request body

- object
  - `voiceId` string, required — The unique identifier of the voice clone to delete.

## Response `200`

Voice clone deleted successfully

- object
  - `success` boolean — Status if the voice clone was deleted successfully.
  - `voiceId` string, required — Voice ID of the deleted voice clone.

## Other responses

- `400` — Bad request (Invalid voice ID or validation error)
- `401` — Unauthorized
- `500` — Server error occurred

## Changes

- **2026-03-14** `a21fdd67d88e` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/smallest-inc/apis/waves-api-3/changes/waves/v1/lightning-large/delete.md)

---

[API](https://skmtc.dev/smallest-inc/apis/waves-api-3.md) · [All operations](https://skmtc.dev/smallest-inc/apis/waves-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/smallest-inc/waves-api-3/revisions/c93108e70d4f/schema)
