MCPcopy Index your code
hub / github.com/callumalpass/tasknotes / delete

Method delete

src/api/APIRouter.ts:57–59  ·  view source on GitHub ↗
(pattern: string, handler: RouteHandler)

Source from the content-addressed store, hash-verified

55 }
56
57 delete(pattern: string, handler: RouteHandler): void {
58 this.register("DELETE", pattern, handler);
59 }
60
61 options(pattern: string, handler: RouteHandler): void {
62 this.register("OPTIONS", pattern, handler);

Callers

nothing calls this directly

Calls 1

registerMethod · 0.95

Tested by

no test coverage detected