adjust-icon

Data erasure API

The EU’s General Data Protection Regulation (GDPR) and similar privacy laws worldwide (CCPA, LGPD, etc.) grant data subjects comprehensive rights when it comes to the processing of their personal data. These rights include, among others, the right to erasure (see Art. 17 GDPR)(1). As a data processor, Adjust is obliged to support you (the data controller) in the processing of such requests from your (app) users.

You can send the user’s erasure request to Adjust using the gdpr_forget_device endpoint. Once Adjust has been notified:

  • Adjust will permanently delete all the user’s historical personal data from internal system and database.
  • Adjust will no longer receive data from this user/device via the Adjust SDK.(2)

Configure your server to send requests to this API endpoint when users send erasure requests. See the Right to erasure article for more information about erasure requests.

Endpoint
POST https://gdpr.adjust.com/gdpr_forget_device

Send an erasure request

Send a POST request including your app token and device ID to remove all data associated with the device.

Device identifiers

You must include a device identifier in your request. Below is a list of accepted identifiers.

Example

cURL
$ curl -X POST "https://gdpr.adjust.com/gdpr_forget_device?s2s=1&app_token=kwrqhymtnsr2&idfa=9C5CBC1D-4F42-4764-A5E6-84DAF3D24707"

Responses