MongoDB - delete document
Search form
Description - Deletes a single document in MongoDB collection
Runtime Class - com.ibi.agents.XDMONGODBDeleteOneAgent
Configuration
This action requires a Generics Configuration as well as the following required parameters.
Parameter Groups
  Parameter Type Description * Collection Name: string MongoDB collection name
 
Delete Query: string A query or expression to identify a matching document.
 
* - denotes required
Output Events
Runtime Class - com.ibi.agents.XDMONGODBDeleteOneAgent
Configuration
This action requires a Generics Configuration as well as the following required parameters.
Parameter Groups
  Parameter Type Description * Collection Name: string MongoDB collection name
 
Delete Query: string A query or expression to identify a matching document.
 
* - denotes required
Output Events
Configuration
This action requires a Generics Configuration as well as the following required parameters.Parameter Groups
| Parameter | Type | Description | |
|---|---|---|---|
| * | Collection Name: | string | MongoDB collection name | Delete Query: | string | A query or expression to identify a matching document. | 
* - denotes required
Output Events
| Name | Description | 
|---|---|
| OnFailConnection | Could not connect to the external system. | 
| OnDuplicate | The attempt resulted in duplication of a resource. This may or may not be a failure. | 
| OnFailedOperation | Could not perform the operation requested. | 
| OnParseError | Could not parse a document. | 
