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>" }'
{ "success": true, "voiceId": "<string>" }
Delete a cloned voice using the new Waves API.
JWT token for authentication
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.