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
Voice clone deleted successfully
The response is of type object.
object