Just delete each document. Group the deletes in a transaction to make them more efficient.
(Couchbase Lite has no notion of parent or child relationships, so that’s just part of your data design.)
Just delete each document. Group the deletes in a transaction to make them more efficient.
(Couchbase Lite has no notion of parent or child relationships, so that’s just part of your data design.)