cURL
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>" } '
{ "voiceId": "<string>", "success": true }
Delete a cloned voice using the new Waves API.
Bearer authentication header of the form Bearer <api_key>, where <api_key> is your api key.
Bearer <api_key>
The unique identifier of the voice clone to delete.
Voice clone deleted successfully
Voice ID of the deleted voice clone.
Status if the voice clone was deleted successfully.