Rows.Remove
Deletes a row from the initialized data extension
Rows.Remove(1, 2)
Ordinal | Type | Description | |
---|---|---|---|
1 | string | Required | Fields used to filter row |
2 | string | Required | Values in fields used to filter row |
This sample code removes a row from the birthdayDE data extension when that row contains the first name of Angel and an age of 24.