跳转到主要内容
DELETE
/
modules
/
id
/
{mid}
/
{mark}
删除模块标记文件
curl --request DELETE \
  --url http://{host}:{port}/api/v1/superuser/modules/id/{mid}/{mark} \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://oom-wg.dev/llms.txt

Use this file to discover all available pages before exploring further.

授权

Authorization
string
header
必填

后端管理密码

同时支持 Authorization: Bearer <password>Authorization: <password>

路径参数

mid
string
必填

模块 ID

mark
enum<string>
必填

模块标记类型

可用选项:
disable,
remove,
skip_mount

响应

标记文件已删除或原本不存在

Last modified on May 28, 2026