v1

latestOpenAPI 3.0.1ZHIPU AI 开发者协议和政策2026-07-2649130210.9 KB
模型 API

删除音色

删除指定的音色。点击 Try it 按钮可快速试用。

post/paas/v4/voice/delete

Request body

voicestring required

音色

request_idstring

请求ID

Example request

{
  "voice": "voice_clone_20240315_143052_001",
  "request_id": "voice_save_req_001"
}

Response

业务处理成功

voicestring

音色

update_timestring

删除时间

Example response

{
  "voice": "voice_clone_20240315_143052_001",
  "update_time": "2024-03-15 14:30:52"
}