v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1458290352.8 KB

Deletes the position history of one or more devices from a tracker resource.

post/tracking/v0/trackers/{TrackerName}/delete-positions

Path parameters

TrackerNamestring required

The name of the tracker resource to delete the device position history from.

Request body

DeviceIdsId[] required
<p>Devices whose position history you want to delete.</p> <ul> <li> <p>For example, for two devices: <code>“DeviceIds” : [DeviceId1,DeviceId2]</code> </p> </li> </ul>

Response

Success