Click or drag to resize
Connector.CreateRemoveCustomerDataJob Method
Start a GDPR job on the cluster to remove all data related to the given customer key. Data will be removed both from memory and disk. "Linked" customer keys will also be removed(i.e.customer keys that have been notified in the same session).

Namespace:  Apptus.ESales.Connector
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.5.0
Syntax
C#
public EventDataJobResult CreateRemoveCustomerDataJob(
	string customerKey
)

Parameters

customerKey
Type: System.String
The customer key to remove

Return Value

Type: EventDataJobResult
And object containing thejob ID of the created job
Exceptions
ExceptionCondition
IOException
See Also