Delete Transaction
High-level description
The Delete Transaction component defines the step to delete the Intake transaction identified by the transaction ID.

The Delete Transaction component bot config step expects input data with the _sys_transaction_id column. This column identifies the transaction in the "_intake_transactions_v04" Data Store.
How to use
- Provide the step which exports the _sys_transaction_id column or uploads the data (a .csv file) for the Delete Transaction Business Process (the .csv file should include the single column: _sys_transaction_id).
- Go to the side panel on the right > the Bot tab (Other) and drag-n-drop the DeleteTransaction Bot Config from the Intake Bots BCB. Its name is Intake Bots <VERSION> (DeleteTransaction).
A .csv file transaction ID may look as follows:
_sys_transaction_id
be89e044-6229-49bd-8fbc-260f9c77b739
How it works
The Delete Transaction component performs the following actions:
- Deletes all S3 documents refered by the Intake transaction documents. The textLink, taggedTextLink, originalDocumentLink, and origin properties are considered.
- Deletes the Intake transaction record from the _intake_transactions_v04 Data Store.
The component exports original data only, i.e., all the input columns.