删除自定义主体(新版本)

POST /kling/v1/general/delete-elements

MethodPOST
Path/kling/v1/general/delete-elements
Typehttp
Status1
Module2102810
Folder75112754

概览

MethodPOST
Path/kling/v1/general/delete-elements
Typehttp
Status1
Module2102810
Folder75112754

参数

{
  "header": [
    {
      "required": false,
      "description": "",
      "type": "string",
      "id": "XHc00gSeE4",
      "enable": true,
      "name": "Content-Type",
      "sampleValue": "application/json"
    },
    {
      "required": false,
      "description": "",
      "type": "string",
      "id": "ew4KOGSIOg",
      "enable": true,
      "name": "Authorization",
      "sampleValue": "Bearer {{YOUR_API_KEY}}"
    }
  ]
}

请求体

{
  "type": "application/json",
  "parameters": [],
  "jsonSchema": {
    "type": "object",
    "properties": {}
  },
  "required": true,
  "mediaType": "",
  "examples": [
    {
      "mediaType": "application/json",
      "value": "{\r\n    \"element_id\":\"elem_805498da-90b2-40c1-a866-cd26eec99263\"\r\n}"
    }
  ],
  "oasExtensions": ""
}

响应

[
  {
    "id": 171572164,
    "name": "成功",
    "code": 200,
    "contentType": "json",
    "jsonSchema": {
      "type": "object",
      "properties": {}
    },
    "itemSchema": {},
    "description": "",
    "mediaType": "",
    "headers": []
  }
]