MCPcopy Create free account
hub / github.com/fmhy/edit / delete

Method delete

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

Source from the content-addressed store, hash-verified

747 options?: DurableObjectPutOptions
748 ): Promise<void>
749 delete(key: string, options?: DurableObjectPutOptions): Promise<boolean>
750 delete(keys: string[], options?: DurableObjectPutOptions): Promise<number>
751 deleteAll(options?: DurableObjectPutOptions): Promise<void>
752 transaction<T>(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected