cURL
curl --request POST \ --url https://open.bigmodel.cn/api/paas/v4/voice/delete \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "voice": "voice_clone_20240315_143052_001", "request_id": "voice_save_req_001" } '
{ "voice": "voice_clone_20240315_143052_001", "update_time": "2024-03-15 14:30:52" }
删除指定的音色。
Documentation IndexFetch the complete documentation index at: https://docs.bigmodel.cn/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.bigmodel.cn/llms.txt
Use this file to discover all available pages before exploring further.
使用以下格式进行身份验证:Bearer
音色
"voice_clone_20240315_143052_001"
请求ID
"voice_save_req_001"
业务处理成功
删除时间
"2024-03-15 14:30:52"