MCPcopy
hub / github.com/southleft/figma-console-mcp / delete

Method delete

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

Source from the content-addressed store, hash-verified

1449 getWithMetadata<Metadata = unknown>(key: Key, options: KVNamespaceGetOptions<"arrayBuffer">): Promise<KVNamespaceGetWithMetadataResult<ArrayBuffer, Metadata>>;
1450 getWithMetadata<Metadata = unknown>(key: Key, options: KVNamespaceGetOptions<"stream">): Promise<KVNamespaceGetWithMetadataResult<ReadableStream, Metadata>>;
1451 delete(key: Key): Promise<void>;
1452}
1453interface KVNamespaceListOptions {
1454 limit?: number;

Callers 15

fetchFunction · 0.65
startMethod · 0.65
startMethod · 0.65
handleMessageMethod · 0.65
handleFileInfoMethod · 0.65
sendCommandMethod · 0.65
evictOldestCacheEntryFunction · 0.65
startMonitoringMethod · 0.65
webSocketMessageMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected