MCPcopy Create free account
hub / github.com/cloudflare/mcp / delete

Method delete

worker-configuration.d.ts:3328–3328  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

3326 get onopen(): any | null;
3327 /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/EventSource/open_event) */
3328 set onopen(value: any | null);
3329 /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/EventSource/message_event) */
3330 get onmessage(): any | null;
3331 /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/EventSource/message_event) */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected