Delete Key From view couch-base mobile

Hi Team,

On some conditions we would like to delete a particular key from the CBL view.

Is it possible?

Regards
Pankaj Sharma

Well, you delete a key by not emitting it.

In other words, the view index is simply the collection of all the key/value pairs emitted by all current documents in the database.

What is it you’re trying to use this for?