MCPcopy Index your code
hub / github.com/dataease/SQLBot / workspaceUwsDelete

Function workspaceUwsDelete

frontend/src/api/workspace.ts:13–13  ·  view source on GitHub ↗
(data: any)

Source from the content-addressed store, hash-verified

11export const workspaceCreate = (data: any) => request.post('/system/workspace', data)
12export const workspaceUpdate = (data: any) => request.put('/system/workspace', data)
13export const workspaceUwsDelete = (data: any) => request.delete('/system/workspace/uws', { data })
14export const workspaceDelete = (id: any) => request.delete(`/system/workspace/${id}`)
15export const workspaceList = () => request.get('/system/workspace')
16export const workspaceDetail = (id: any) => request.get(`/system/workspace/${id}`)

Callers

nothing calls this directly

Calls 1

deleteMethod · 0.45

Tested by

no test coverage detected