Help Center
|
GDPR API reference
Adjust offers an API endpoint to facilitate Right to be Forgotten (RTBF) requests. This endpoint performs the following actions for a given device:
- Permanently deletes all of the user’s personal data from Adjust for the specified app.
- Stops receiving the user’s information from the Adjust SDK for the specified app.
- Removes all references to the user's data in the Adjust dashboard for the specified app.
Configure your server to send requests to this API endpoint when users send RTBF requests. See our GDPR article for more information about RTBF requests.
Important:
Endpoint
https://gdpr.adjust.com/gdpr_forget_device
POST request
Send a POST request including your app token and device ID to remove all data associated with the device.
Note:
Parameters
Parameter | Data type | In | Value description | Required? |
---|---|---|---|---|
app_token | String | Query | The Adjust app token from the dashboard. | Yes |
s2s | Boolean | Query | Whether the call is a Server-to-Server (S2S call). Value must be 1 (true). | Yes |
<device_token> | String | Query | ID of the device you want Adjust to forget. See the table below for a list of accepted values. | Yes |
Example
Response
Status code | Meaning | Description |
---|---|---|
200 | OK | Request was received and processed. |
400 | Bad request | Invalid formatting or token. Check you have included the necessary parameters. Contact your account manager or support@adjust.com if you need help. |
429 | Too many requests | The endpoint is rate limited to 10 requests per minute and stops responding to requests beyond this threshold to prevent abuse. Try resending the request later. |
451 | Unavailable for legal reasons |