db del

db del
	[-glob]
	[-txn txnid]
	key  

The db del command removes key/data pairs from the database.

In the presence of duplicate key values, all records associated with the designated key will be discarded.

The options are as follows:

The db del command returns 0 on success, and in the case of error, a Tcl error is thrown.