Rows.Remove
Delete a row from a data extension.
This function times out if it runs for too long. The maximum number of rows that you can delete depends on the size of the data extension, system load, and other factors. For large deletion requests, we recommend that you implement a batching process.
Ordinal | Type | Description |
---|---|---|
1 | String | Required. The columns to search for the specified value. |
2 | String | Required. The field value used to determine which rows to delete. |
This example removes all of the rows from the MembershipRewards
data extension where the value in the Area
column is Kensington
.
The only item in the response is the number of rows that were modified.