HyperTrackDocs
Devices API

Delete a device

Delete a device, which can later be restored with the Undelete Device API.

The Devices API is deprecated. New integrations should use the Workers API instead.

DELETE /devices/{device_id}

This endpoint deletes a device. Deleted devices can be undeleted with an Undelete Device API call.

Path parameters

NameTypeDescription
device_idstringA string representing the ID of a tracked device, case sensitive.

Query parameters

NameTypeDescription
full_deletionbooleanFlag for privacy related deletion requests (e.g., GDPR).

Response

Returns 204 No Content when the device is removed.