DeleteDE

Deletes rows in a data extension with column values specified in name value pairs. Returns no value. Use this function with email messages at send time only.

DeleteDE(1, 2, 3)

OrdinalTypeDescription
1stringRequiredName of data extension from which to delete the specified row
2stringRequiredName of column used to identify rows to delete.
3stringRequiredValue used to identify rows to delete.