Delete
The Delete activity deletes a row from a datagrid table. Before using the Delete activity, you must first create a row object and set a value in all fields of the primary key. The value of the key is unique. If the table contains a row with that key value, then the Delete activity deletes that row from the table. If the table does not contain a row with that key value, then the activity returns without changing the table.
Configuration
The following table describes the fields in the Configuration tab of the Delete activity:
Advanced
In the Advanced tab, you can provide advanced settings for the Delete activity.
The following table describes the fields in the Advanced tab of the Delete activity:
| Field | Module Property? | Description |
|---|---|---|
| Batch Delete Operation | No | Specifies if you want to execute delete operations as a batch. |
| Operations Per Batch | No | Specifies the number of rows to be processed as a batch. |
| Generate Delete Output | No | Specifies the output schema and also indicates if there was an error in the ResultList of the Output tab. By default, the check box for this field is not selected. |
Output
In the Output tab, you can view the rows that are deleted.
The following table describes the fields in the Output tab of the Delete activity:
In the Error Output tab, you can find the error code and error message. See Error Codes for more detailed explanation of the errors.
The following table describes the errors in the Error Output tab of the Delete activity:

to select a table.