DEL

Delete a key/value pair from the database.

Request

-----------------------------------------
| request | key length | key
-----------------------------------------
  1 byte    2 bytes      n bytes

Response

----------
| answer |
----------
  1 byte

Sync/async

DEL requests could be synchronous or asynchronous, but only synchronous requests have a meaningful response.