Devices API
Undelete a device
Undelete a previously deleted device so it can track again.
The Devices API is deprecated. New integrations should use the Workers API instead.
POST /devices/{device_id}/undelete
This endpoint undeletes a device. Once undeleted, the device can track again.
Path parameters
| Name | Type | Description |
|---|---|---|
device_id | string | A string representing the ID of a device that was previously deleted, case sensitive. |
Response
Returns 200 when the device is undeleted.