Deletion will not remove the document completely, instead it adds a special tombstone revision to the database, as bookkeeping so that the change can be replicated to other databases. All properties are removed, and subsequent calls to the getDocument(id) method will return nil.
If you want to remove the document completely use purge. Purge removes all traces of the document. The purge will NOT be replicated to other databases.
I can get this document from couchbase lite with the body. and this document displayed in Android apps.
Could you please elaborate on the body you are receiving? Are you receiving the pre-tombstone document body?