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
Voice style to be deleted by the user
"speech:your-voice-name:xxx:xxxx"
Successful response
The response is of type string.
string