MCPcopy
hub / github.com/1Panel-dev/MaxKB / deleteWorkspaceMember

Function deleteWorkspaceMember

ui/src/api/workspace/workspace.ts:85–87  ·  view source on GitHub ↗
(workspace_id, user_relation_id, loading)

Source from the content-addressed store, hash-verified

83 user_relation_id: string,
84 loading?: Ref<boolean>,
85) => Promise<Result<any>> = (workspace_id, user_relation_id, loading) => {
86 return post(`${prefix}/${workspace_id}/remove_member/${user_relation_id}`, undefined, {}, loading)
87}
88
89/**
90 * 获取添加成员时的角色下拉列表

Callers

nothing calls this directly

Calls 1

postFunction · 0.90

Tested by

no test coverage detected