Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
245
export
function
apiSuperAdminDelete(url, options = {}) {
246
checkSuperAdminPermission()
247
return
apiDelete(url, options, true)
248
}
Callers
1
deleteDepartment
Function · 0.90
Calls
2
checkSuperAdminPermission
Function · 0.90
apiDelete
Function · 0.85
Tested by
no test coverage detected