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

Method delete

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

Source from the content-addressed store, hash-verified

718 options?: DurableObjectPutOptions
719 ): Promise<void>
720 delete(key: string, options?: DurableObjectPutOptions): Promise<boolean>
721 delete(keys: string[], options?: DurableObjectPutOptions): Promise<number>
722 rollback(): void
723 getAlarm(options?: DurableObjectGetAlarmOptions): Promise<number | null>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected