Forget device endpoint

Use the Adjust forget device endpoint to clear device history from Adjust and test multiple installs on the same device.

Before you begin

  • To use this endpoint, you need an Adjust API token. Follow the instructions in the authentication guide to get your token.
  • You need Admin or Editor permissions to forget devices. If you have Custom editor permissions, you need to have edit rights for the app you are targeting. See User permissions for more information.

Endpoint

https://api.adjust.com/device_service/api/v1/forget_device

POST request

Clears the device's information from Adjust.

Parameters

ParameterData typeInDescription
app_token*StringDataYour app's 12 digit identifier. 
adid*StringDataThe device's Adjust ID.

Response

ResponseMessageDescription
200Forgot deviceSuccess response

Example

cURL
curl --location --request POST "https://api.adjust.com/device_service/api/v1/forget_device" \
--header "Authorization: Token token=ask43jskdp2tg2hg87" \
--data "adid=acf8534f2f052395e617a38730682ccc&app_token=gwzpeepw8uf8"
Forgot device