DELETE
/
api
/
v1
/
lightning-large
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

200
application/json
Voice clone deleted successfully
success
boolean

Status if the voice clone was deleted successfully.

voiceId
string

Voice ID of the deleted voice clone.