mongo_delete_many
Delete multiple MongoDB documents matching a specified filter. Requires a non-readOnly connection.
Instructions
Delete multiple documents matching filter in MongoDB. Blocked when readOnly mode is enabled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | Yes | JSON string filter. | |
| database | No | ||
| collection | Yes | ||
| connectionId | No | Id of the mongodb connection to use. Optional when only one mongodb connection is configured. |