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

Function deleteOuterbaseQuery

src/outerbase-cloud/api.ts:180–188  ·  view source on GitHub ↗
(
  workspaceId: string,
  queryId: string
)

Source from the content-addressed store, hash-verified

178}
179
180export async function deleteOuterbaseQuery(
181 workspaceId: string,
182 queryId: string
183) {
184 return requestOuterbase(
185 `/api/v1/workspace/${workspaceId}/query/${queryId}`,
186 "DELETE"
187 );
188}
189
190export async function updateOuterbaseQuery(
191 workspaceId: string,

Callers 1

removeDocMethod · 0.90

Calls 1

requestOuterbaseFunction · 0.85

Tested by

no test coverage detected