Delete a Voice Clone

View as Markdown

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

This endpoint expects an object.
voiceIdstringRequired
The unique identifier of the voice clone to delete.

Response

Voice clone deleted successfully
voiceIdstring
Voice ID of the deleted voice clone.
successboolean
Status if the voice clone was deleted successfully.

Errors

400
Bad Request Error
401
Unauthorized Error
500
Internal Server Error