Blockchains by their nature are append-only records, so you cannot delete an item or a key from a stream – that would defeat the whole point. However you can write an additional item with the same key, which your application defines as having the meaning "delete this key", perhaps a single byte with hexadecimal 00. It's up to your application to interpret this information correctly when presenting information to the user.