删除自定义音色
POST /kling/v1/general/delete-voices
概览
| Method | POST |
|---|---|
| Path | /kling/v1/general/delete-voices |
| Type | http |
| Status | 1 |
| Module | 2102810 |
| Folder | 74091932 |
参数
{ "header": [ { "required": false, "description": "", "type": "string", "id": "kX9LmuatJB", "enable": true, "name": "Content-Type", "sampleValue": "application/json" }, { "required": false, "description": "", "type": "string", "id": "FJG7gAR5v1", "enable": true, "name": "Authorization", "sampleValue": "Bearer {{YOUR_API_KEY}}" } ] }
请求体
{ "type": "application/json", "parameters": [], "jsonSchema": { "type": "object", "properties": { "voice_id": { "type": "string" } }, "x-apifox-orders": [ "voice_id" ], "required": [ "voice_id" ] }, "required": true, "mediaType": "", "examples": [], "oasExtensions": "" }
响应
[ { "id": 148547872, "name": "成功", "code": 200, "contentType": "json", "jsonSchema": { "type": "object", "properties": {} }, "itemSchema": {}, "description": "", "mediaType": "", "headers": [] } ]