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

Function workspaceModelMappingDelete

frontend/src/api/workspace.ts:25–26  ·  view source on GitHub ↗
(aiModelId: any, data: any)

Source from the content-addressed store, hash-verified

23export const workspaceModelMappingAdd = (aiModelId: any, data: any) =>
24 request.post(`/system/aimodel/${aiModelId}/ws_mapping`, data)
25export const workspaceModelMappingDelete = (aiModelId: any, data: any) =>
26 request.delete(`/system/aimodel/${aiModelId}/ws_mapping`, { data })

Callers

nothing calls this directly

Calls 1

deleteMethod · 0.45

Tested by

no test coverage detected