Remove a pending telematics device from an asset
DELETE/v2/assets/:assetId/pending-telematics-devices/:pendingTelematicsDevice
Remove a pending telematics device from an existing asset.
If the asset is not found, a 404 error is returned.
The operation is idempotent - removing a device that is not pending has no effect.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Pending telematics device was successfully removed.
Bad request
Invalid or missing bearer token in Authorization header
User not allowed to make this request
Resource not found
Internal server error