⑤ 删除素材组

DELETE /v1/private-avatar/groups/{id}

MethodDELETE
Path/v1/private-avatar/groups/{id}
Typehttp
Status1
Module2102810
Folder87318195

概览

MethodDELETE
Path/v1/private-avatar/groups/{id}
Typehttp
Status1
Module2102810
Folder87318195

参数

{
  "path": [
    {
      "id": "id#0",
      "name": "id",
      "required": true,
      "enable": true,
      "description": "GroupId",
      "type": "string",
      "schema": {
        "type": "string",
        "examples": [
          "group-20260601191715-9q47m"
        ]
      },
      "sampleValue": "group-20260602133034-pwmwx"
    }
  ],
  "query": [
    {
      "id": "bz180PBjk8",
      "name": "model",
      "required": true,
      "enable": true,
      "description": "路由模型(必填)",
      "type": "string",
      "schema": {
        "type": "string",
        "description": "路由选择参数(固定传此值)",
        "enum": [
          "doubao-seedance-2-0-260128",
          "doubao-seedance-2-0-fast-260128"
        ],
        "examples": [
          "doubao-seedance-2-0-260128"
        ]
      },
      "sampleValue": "doubao-seedance-2-0-260128"
    }
  ],
  "cookie": [],
  "header": []
}

请求体

{
  "type": "none",
  "parameters": [],
  "required": false,
  "additionalContentTypes": [],
  "oasExtensions": ""
}

响应

[
  {
    "id": 139164963,
    "name": "",
    "code": 200,
    "contentType": "json",
    "jsonSchema": {
      "type": "object",
      "properties": {
        "ResponseMetadata": {
          "type": "object",
          "properties": {
            "RequestId": {
              "type": "string",
              "examples": [
                "20260601191715C9DAA092032F19CEC367"
              ]
            },
            "Action": {
              "type": "string",
              "examples": [
                "CreateAssetGroup"
              ]
            },
            "Version": {
              "type": "string",
              "examples": [
                "2024-01-01"
              ]
            },
            "Service": {
              "type": "string",
              "examples": [
                "ark"
              ]
            },
            "Region": {
              "type": "string",
              "examples": [
                "cn-beijing"
              ]
            },
            "Error": {
              "type": "object",
              "properties": {
                "Code": {
                  "type": "string",
                  "examples": [
                    "AccessDenied"
                  ]
                },
                "Message": {
                  "type": "string"
                }
              },
              "x-apifox-orders": [
                "Code",
                "Message"
              ]
            }
          },
          "x-apifox-orders": [
            "RequestId",
            "Action",
            "Version",
            "Service",
            "Region",
            "Error"
          ]
        },
        "Result": {
          "type": "object",
          "properties": {},
          "x-apifox-orders": []
        }
      },
      "x-apifox-orders": [
        "ResponseMetadata",
        "Result"
      ]
    },
    "itemSchema": {},
    "description": "删除成功",
    "mediaType": "application/json",
    "headers": [],
    "oasExtensions": ""
  }
]