curl --location --request DELETE 'http://dev-cn.your-api-server.com/api/v2/cloned-voices/' \
--header 'AUTHORIZATION: YOUR_SECRET_KEY_HERE' \
--header 'X-USER-ID: YOUR_USER_ID_HERE' \
--header 'content-type: application/json' \
--data-raw '{
"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"
}
}