MCPcopy Create free account
hub / github.com/agent-tower/core / delete

Method delete

packages/web/src/lib/api-client.ts:86–88  ·  view source on GitHub ↗
(endpoint: string, options?: RequestOptions)

Source from the content-addressed store, hash-verified

84 }
85
86 delete<T>(endpoint: string, options?: RequestOptions) {
87 return this.request<T>(endpoint, { ...options, method: 'DELETE' })
88 }
89}
90
91export class ApiError extends Error {

Callers 15

TerminalTabs.tsxFile · 0.45
FileTreeFunction · 0.45
ReviewViewFunction · 0.45
DraggableTaskCardFunction · 0.45
TaskListFunction · 0.45
ConversationPageFunction · 0.45
bootstrapTunnelSessionFunction · 0.45
useStandaloneTerminalFunction · 0.45
useNormalizedLogsFunction · 0.45
useDeleteTaskFunction · 0.45
useDeleteConversationFunction · 0.45
useDeleteProjectFunction · 0.45

Calls 1

requestMethod · 0.95

Tested by

no test coverage detected