---
title: "删除音色"
method: POST
path: "/paas/v4/voice/delete"
tags: ["模型 API"]
---

# 删除音色

`POST /paas/v4/voice/delete`

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

## Request body

- VoiceSaveRequest
  - `voice` string, required — 音色
  - `request_id` string — 请求ID

## Response `200`

业务处理成功

- VoiceSaveResponse
  - `voice` string — 音色
  - `update_time` string — 删除时间

## Other responses

- `default` — 请求失败。

---

[API](https://skmtc.net/bigmodel/apis/zhipu-ai-api.md) · [All operations](https://skmtc.net/bigmodel/apis/zhipu-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bigmodel/zhipu-ai-api/versions/37de2d7b73de/schema)
