adjust-icon

Forget device endpoint

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

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

Forget a device

Clears the device’s information from Adjust.

Example

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

Response codes