Delete Documents
- 30 Jan 2025
- 1 Minute to read
- Print
- DarkLight
Delete Documents
- Updated on 30 Jan 2025
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Step Details | |
Introduced in Version | 8.16 |
Last Modified in Version | 8.16 |
Location | Integration > MongoDB |
This Step enables Users to delete multiple Documents from a Database after specifying a Document ID.
Prerequisites
- Install the MongoDB Module
- For v9 Users: Add a Project Dependency once the MongoDB Module is installed.
Properties
Settings
Property | Description | Datatype |
---|---|---|
Override Document ID Type | Allows Users to override the default Document ID type and replace it with one of the following types: String or ObjectID, Integer (32 bits), Integer (64 bits), Float (Single), Double. | Varies |
Inputs
Property | Description | Datatype |
---|---|---|
Collection Name | Allows Users to specify a Collection Name | String |
Connection String | Allows Users to specify a Connection String. | String |
Database Name | Allows Users to specify a Database Name. | String |
Document IDs | Allows Users to specify multiple Document IDs. | List of String |
Related Information
Was this article helpful?