curl --location --request DELETE 'https://api.myvocal.ai/sound_clone/api/v1/tts' \ --header 'accessKey: xxx' \ --header 'Content-Type: application/json' \ --data '{ "ids":["2196","2195"] }'
# success { "code": 1, "message": "Success", "data": { "succeedIds": [], "nonExistIds": [], "unMatchIds": [ "219623" ] } }
Delete up to 500 tts history items once by tts_id.
Show Toggle object