appmixer.mongodb.db.DeleteDocument
1.0.0
Public
| Field | Type | Description |
|---|---|---|
| Collection | text | Enter your collection name. |
| ID | text | Enter the ID of the document to delete. If ID is given, then the Filter cannot be used. |
| Filter | textarea | Enter the filter used to select the document to delete. If Filter is used, then ID cannot be specified. |
| One/Many | select | Update a single document in a collection or update multiple documents in a collection. |
| Field | Type | Description |
|---|---|---|
| Deleted Count | - |