Shadows
Clears a device shadow
Deletes the device shadow of the trackingId device.
By default, all the values of the desired and reported shadow objects will be cleared, leaving them empty.
If either desired or reported query parameter is set to false, that part of the shadow remains as it is.
delete/shadows/v2/{trackingId}
Path parameters
trackingIdstring required
This is a unique ID associated with the device data in HERE Tracking. For physical devices the trackingId gets assigned to a device when the device is claimed by a user, and for virtual devices it is an external device ID along with the device project appId.
Query parameters
desiredboolean
If true, all the values of the desired shadow will be cleared
reportedboolean
If true, all the values of the reported shadow will be cleared
Response
Successful (no content)