跳转到主要内容
DELETE
/
packages
/
{type}
/
{uid}
从授权或隐藏列表移除 UID 分组
curl --request DELETE \
  --url http://{host}:{port}/api/v1/superuser/packages/{type}/{uid} \
  --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>

路径参数

type
enum<string>
必填

目标列表类型

可用选项:
grant,
hide
uid
integer<uint32>
必填

应用 UID

必填范围: x >= 0

响应

已移除

Last modified on May 26, 2026