MCPcopy Index your code
hub / github.com/xerrors/Yuxi / apiAdminDelete

Function apiAdminDelete

web/src/apis/base.js:240–243  ·  view source on GitHub ↗
(url, options = {})

Source from the content-addressed store, hash-verified

238}
239
240export function apiAdminDelete(url, options = {}) {
241 checkAdminPermission()
242 return apiDelete(url, options, true)
243}
244
245export function apiSuperAdminDelete(url, options = {}) {
246 checkSuperAdminPermission()

Callers 4

knowledge_api.jsFile · 0.90
system_api.jsFile · 0.90
deleteMcpServerFunction · 0.90
tasker.jsFile · 0.90

Calls 2

checkAdminPermissionFunction · 0.90
apiDeleteFunction · 0.85

Tested by

no test coverage detected