Delete the specified timbre and release the corresponding quota.
Price: Free
Request
Body Params application/json
{
"model": "qwen-voice-enrollment",
"input": {
"action": "delete",
"voice": "yourVoice"
}
}
Request Code Samples
curl --location --request POST 'https://api.302.ai/aliyun/api/v1/services/audio/tts/customization' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "qwen-voice-enrollment",
"input": {
"action": "delete",
"voice": "yourVoice"
}
}'
Responses
application/json {
"usage": {
"count": 0
},
"request_id": "f7b446fa-e410-46ee-9f71-0ca421ef8519"
}
Modified at 2026-01-15 06:20:35