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)
Ordinal | Type | Description | |
---|---|---|---|
1 | string | Required | Name of data extension from which to delete the specified row |
2 | string | Required | Name of column used to identify rows to delete. |
3 | string | Required | Value used to identify rows to delete. |