MCPcopy Create free account
hub / github.com/Datakitpage/Datakit / delete

Method delete

frontend/src/lib/api/apiClient.ts:180–182  ·  view source on GitHub ↗
(endpoint: string, options?: RequestOptions)

Source from the content-addressed store, hash-verified

178 }
179
180 async delete<T>(endpoint: string, options?: RequestOptions): Promise<T> {
181 return this.request<T>(endpoint, { ...options, method: 'DELETE' });
182 }
183
184 // Streaming method for AI responses
185 async stream(

Callers 15

toggleExpandedFunction · 0.45
toggleTypeFilterFunction · 0.45
handleInstallPackageFunction · 0.45
handlePullModelFunction · 0.45
SchemaBrowserFunction · 0.45
handlePostgreSQLConnectFunction · 0.45
handlePostgreSQLRefreshFunction · 0.45
handleAttachedDbRefreshFunction · 0.45
handleMotherDuckRefreshFunction · 0.45
toggleDatabaseFunction · 0.45
toggleTableFunction · 0.45
toggleColumnFunction · 0.45

Calls 1

requestMethod · 0.95

Tested by

no test coverage detected