ConnectorCreateRemoveCustomerDataJob Method A Sandcastle Documented Class Library
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.0.0
Syntax

C#
public EventDataJobResult CreateRemoveCustomerDataJob(
	string customerKey
)

Parameters

customerKey
Type: SystemString
The customer key to remove

Return Value

Type: EventDataJobResult
And object containing thejob ID of the created job
Exceptions

ExceptionCondition
IOException
See Also

Reference