> ## Documentation Index
> Fetch the complete documentation index at: https://help.jeekmind.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 删除素材



## OpenAPI

````yaml /apidoc/toopen.json post /volcano/delAsset
openapi: 3.0.0
info:
  title: AI智能助手
  description: ''
  version: 1.0.0
  x-project-id: 5114af8cdc71000
  x-marks:
    - mark_id: '1'
      project_id: '0'
      name: 开发中
      color: '#2857FF'
      is_sys_default: 1
      is_default_mark: 1
    - mark_id: '2'
      project_id: '0'
      name: 已完成
      color: '#26CEA4'
      is_sys_default: 1
      is_default_mark: -1
    - mark_id: '3'
      project_id: '0'
      name: 需修改
      color: '#FFC01E'
      is_sys_default: 1
      is_default_mark: -1
    - mark_id: '4'
      project_id: '0'
      name: 已废弃
      color: '#FF2200'
      is_sys_default: 1
      is_default_mark: -1
servers:
  - url: ''
    description: uat环境
    x-env-id: ''
    variables:
      codekey:
        default: ''
        description: ''
      enterpriseToken:
        default: xxxx
        description: ''
      toadminurl:
        default: http://admin.aiassistant.uat.jeekup.top
        description: ''
      ContentType:
        default: application/json
        description: ''
      mur:
        default: xxxxx
        description: ''
      toenterprise:
        default: localhost:9506
        description: ''
      Originadmin:
        default: localhost:9506
        description: ''
      Originenterprise:
        default: localhost:9506
        description: ''
      Time:
        default: '122'
        description: ''
      adminToken:
        default: xxxx
        description: ''
      code:
        default: ''
        description: ''
security: []
tags:
  - name: 开放端
    description: ''
    x-type: folder
    x-url: ''
    x-target-id: 13c15f40f84183
  - name: 01、统一控制
    description: ''
    x-type: folder
    x-url: ''
    x-target-id: 2a79cc68704c08
  - name: 02、功能模块
    description: ''
    x-type: folder
    x-url: ''
    x-target-id: 2cb9cb01b040d2
  - name: 视频生成
    description: ''
    x-type: folder
    x-url: ''
    x-target-id: 2cb9cb01b040e6
  - name: 素材管理
    description: ''
    x-type: folder
    x-url: ''
    x-target-id: 39ce5bb9f041a3
  - name: 官方版
    description: ''
    x-type: folder
    x-url: ''
    x-target-id: 3c9c3e7df764e3
  - name: 渠道-素材模块-暂未开放
    description: ''
    x-type: folder
    x-url: ''
    x-target-id: 3cb35accb7659e
paths:
  /volcano/delAsset:
    post:
      tags:
        - 官方版
      summary: 删除素材
      requestBody:
        content:
          multipart/form-data:
            schema:
              type: object
              properties:
                id:
                  type: string
                  description: ID
                  example: '1'
                  default: '1'
              required:
                - id
      responses:
        '200':
          description: 成功
          content:
            application/json:
              schema:
                type: object
                properties: {}
              example: ''
        '404':
          description: 失败
          content:
            application/json:
              schema:
                type: object
                properties: {}
              example: ''

````