MCPcopy Create free account
hub / github.com/Botloader/botloader / delete

Method delete

frontend-common/src/api_client.ts:68–70  ·  view source on GitHub ↗
(path: string, body?: Body)

Source from the content-addressed store, hash-verified

66 }
67
68 async delete<T>(path: string, body?: Body): Promise<ApiResult<T>> {
69 return await this.do("DELETE", path, body);
70 }
71
72 async put<T>(path: string, body?: Body): Promise<ApiResult<T>> {
73 return await this.do("PUT", path, body);

Callers 10

deleteSessionMethod · 0.95
deleteAllSessionsMethod · 0.95
delScriptMethod · 0.95
deletePluginImageMethod · 0.95
attachment.tsFile · 0.45
testJsonFunction · 0.45
threads_events.tsFile · 0.45
webhooks.tsFile · 0.45
syncWorkspaceMethod · 0.45
updateTypeDeclsFunction · 0.45

Calls 1

doMethod · 0.95

Tested by

no test coverage detected