Rows.Remove

Deletes a row from the initialized data extension

Rows.Remove(1, 2)

OrdinalTypeDescription
1stringRequiredFields used to filter row
2stringRequiredValues 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.