voice_id.curl --location --request DELETE 'https://dev.your-api-server.com/api/v2/cloned-voices/' \
--header 'content-type: application/json' \
--data '{
"voice_id": "string"
}'{
"message": "Cloned voice deleted successfully.",
"deleted": {
"id": "s3://voice-cloning-zero-shot/475accx8-67cz-9812-x966-rda588612534/myvoice/manifest.json",
"name": "myvoice",
"type": "high-fidelity"
}
}