DeleteDE

Overview

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.

Syntax

DeleteDE(1, 2, 3)

Function Properties

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.

Usage

DeleteDE('SendDE', '_SubscriberKey','12345')
Last Updated: Jun 8, 2021