Deleting data from Integration using Flow
Prerequisites
- You have configured the Boomi Integration Service connector in Flow. Refer to Flow and Integration.
- You have a Flow with a database delete step. Refer to An example workflow for using Integration with Flow.
This section of the Flow uses a Database Delete step to delete data from Integration.

-
The 'Choose record to delete' page step presents the user with a table populated with the contact entries entered into the database (loaded directly from the connector).

-
When a user selects a row in the table and clicks Delete, Flow stores the user selection in a 'ContactToDelete' object value. The Flow then progresses to the 'Confirm delete' step, displaying a confirmation screen containing the details of the selected record (shown using the contents of the 'ContactToDelete' object value).

-
If the user clicks the Yes Delete outcome, the Flow progresses to the 'DELETE' Database Delete step. Here, a Data Action has been set up to pass the stored 'ContactToDelete' object value data of the 'Contact' type.

-
The service passes this request into Integration, initiating the Delete Process assigned to the Flow Service Data Action. In this example, the process deletes the selected single record from a database, for example:
