MCPcopy Create free account
hub / github.com/xerrors/Yuxi / apiSuperAdminDelete

Function apiSuperAdminDelete

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

Source from the content-addressed store, hash-verified

243}
244
245export function apiSuperAdminDelete(url, options = {}) {
246 checkSuperAdminPermission()
247 return apiDelete(url, options, true)
248}

Callers 1

deleteDepartmentFunction · 0.90

Calls 2

apiDeleteFunction · 0.85

Tested by

no test coverage detected