CouchBase View of deleted documents?

Is there a way to create a view that lists the deleted documents on couchbase ? something like this:

docKey deleteTimeStamp
K1 534509843
K2 485040864

etc.

when the view is defined is there a way to get called for deleted documents and a way to distinguish between created/updated/deleted ones ?

thx