Delete all documents from the table matching this query.
Filter the query to only include documents matching the provided predicate function.
predicate
Call the provided action function for each document matched by the query in turn.
action
Limit the query to include at most count documents.
count
Return the results of the query as an array of documents.
Delete all documents from the table matching this query.