POST
/
audio
/
voice
/
deletions
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>"

Authorizations

Authorization
string
header
required

Use the following format for authentication: Bearer <your api key>

Body

application/json
uri
string
required

用户需要删除的音色

Response

200
application/json
Successful response

The response is of type string.