cURL
curl --request POST \ --url https://api.siliconflow.cn/v1/audio/voice/deletions \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "uri": "speech:your-voice-name:xxx:xxxx" }'
"<string>"
Delete user-defined voice style
Use the following format for authentication: Bearer <your api key>
Successful response
The response is of type string.
string