删除自定义音色

POST /kling/v1/general/delete-voices

MethodPOST
Path/kling/v1/general/delete-voices
Typehttp
Status1
Module2102810
Folder74091932

概览

MethodPOST
Path/kling/v1/general/delete-voices
Typehttp
Status1
Module2102810
Folder74091932

参数

{
  "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": []
  }
]