popcorn :: Repository :: remove
query
# Remove the instance based on `query` fun remove(query: nullable QUERY): Bool is abstract
redef fun remove(query) do return collection.remove(query or else new JsonObject) end