Detach telematics device
DELETE/v2/assets/:assetId/telematics-devices/:deviceId
This API request can be used to detach a telematics device from an asset.
Currently only telematics devices with type OTHER can be detached from assets.
After detaching, the device must be re-onboarded before it can be attached again.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Telematics device was successfully detached.
Bad request
Invalid or missing bearer token in Authorization header
User not allowed to make this request
Resource not found
Internal server error