Skip to content

Create Remove Customer Job

https://{cluster-id}.api.esales.apptus.cloud/api/v2/event-data/create-remove-customer-job

POST

The remove customer data job removes all available data in eSales related to a visitor. More GDPR information is available here.

Request

Header parameters

Name Description Example
Api-Key
Required
Api-key that was supplied during on-boarding pkA123456789AB1BE..

Query parameters

Name Description Example
customerKey
Required
The customerKey to export data for. e3921377-18a2-47c9-a449-06b894898623
curl -i \
-X POST \
-H 'Api-Key: pkA123456789AB1BE..' \
"https://{cluster-id}.api.esales.apptus.cloud/api/v2/event-data/create-remove-customer-job?customerKey=e3921377-18a2-47c9-a449-06b894898623"

Response

Response codes

Status Description
403 Incorrect cluster credentials.
400 Invalid or missing required arguments.
200 Request accepted, remove job created

Response body

Example
application/json
{
  "jid" : "962d41f3-1a53-4bb8-bd01-3b85310fb45f",
  "status" : "created"
}
Schema

EventDataJobResult

The object representation of create or checking the status of a event data job.

Name Type Description Example
jid string The identifier of the event data job. 962d41f3-1a53-4bb8-bd01-3b85310fb45f
status string The current status of the job Supported values: not_found, created, waiting, running, done, error. created
×
Copyright

This online publication is intellectual property of Voyado Lund AB. Its contents can be duplicated in part or whole, provided that a copyright label is visibly located on each copy and the copy is used in conjunction with the product described within this document.

All information found in these documents has been compiled with utmost attention to detail. However, this does not guarantee complete accuracy. Neither Voyado Lund AB nor the authors shall be held liable for possible errors or the consequences thereof.

Software and hardware descriptions cited in these documents might be registered trademarks. All trade names are subject to copyright restrictions and may be registered trademarks. Voyado Lund AB essentially adheres to the manufacturer’s spelling. Names of products and trademarks appearing in this document, with or without specific notation, are likewise subject to trademark and trade protection laws and may thus fall under copyright restrictions.

CLOSE