deleteOne
Delete a single document from a MongoDB collection by providing a filter to identify it.
Instructions
Delete a single document from a MongoDB collection
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | Yes | Filter to find document | |
| collection | Yes | Collection name |