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

Method delete

worker-configuration.d.ts:592–592  ·  view source on GitHub ↗
(key: string, options?: DurableObjectPutOptions)

Source from the content-addressed store, hash-verified

590 facets: DurableObjectFacets;
591 blockConcurrencyWhile<T>(callback: () => Promise<T>): Promise<T>;
592 acceptWebSocket(ws: WebSocket, tags?: string[]): void;
593 getWebSockets(tag?: string): WebSocket[];
594 setWebSocketAutoResponse(maybeReqResp?: WebSocketRequestResponsePair): void;
595 getWebSocketAutoResponse(): WebSocketRequestResponsePair | null;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected