chickadee » level » db-delete

db-delete db key #!key (sync #f)procedure

Removes the value associated with key from db. If the sync option can be set to #t to make the write operation not return until the data being written has been pushed all the way to persistent storage. See the Synchronous Writes section for more information.