DELETE
/
api
/
v1
/
lightning-large
Delete a voice clone
curl --request DELETE \
  --url https://waves-api.smallest.ai/api/v1/lightning-large \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "voiceId": "<string>"
}'
{
  "success": true,
  "voiceId": "<string>"
}

Authorizations

Authorization
string
header
required

JWT token for authentication

Body

application/json
voiceId
string
required

The unique identifier of the voice clone to delete.

Response

Voice clone deleted successfully

voiceId
string
required

Voice ID of the deleted voice clone.

success
boolean

Status if the voice clone was deleted successfully.