MCPcopy Index your code
hub / github.com/outerbase/studio / deleteOuterbaseWorkspace

Function deleteOuterbaseWorkspace

src/outerbase-cloud/api-workspace.ts:30–32  ·  view source on GitHub ↗
(workspaceId: string)

Source from the content-addressed store, hash-verified

28}
29
30export function deleteOuterbaseWorkspace(workspaceId: string) {
31 return requestOuterbase(`/api/v1/workspace/${workspaceId}`, "DELETE");
32}
33
34export function createOuterbaseBase(workspaceId: string, name: string) {
35 return requestOuterbase<OuterbaseAPIBase>(

Callers 1

DeleteWorkspaceDialogFunction · 0.90

Calls 1

requestOuterbaseFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…