REST API alternative

Asset Tracker Template

tags
Asset Tracker Template

You can also use the REST API as an alternative for unclaiming by running the following command:

curl -X DELETE 'https://api.provisioning.nrfcloud.com/v1/claimed-devices/YOUR_DEVICE_ID' \
-H 'Authorization: Bearer YOUR_API_TOKEN'