adjust-icon

清除设备终端

通过 Adjust 清除设备终端来清除 Adjust 上的设备历史记录,并在同一设备上测试多个安装。

终端
POST https://api.adjust.com/device_service/api/v1/forget_device

清除设备

从 Adjust 清除设备信息。

示例

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"
成功响应
200: Forgot device

响应代码