===== delete ===== Delete an existing key/value pair. **syntax:** delete [noreply] **parameters:** * **noreply** - This **optional** parameter tells the server not to send any reply. **example:** delete mykey DELETED **possible errors:** * **ERROR** - Indicates incorrect syntax or an error while deleting data. * **NOT_FOUND** - Indicates that the provided key does not exist in the LSMCD server.