Delete asset
DELETE/v1/assets/:assetId
This API request can be used to delete an asset which is not connected to any telematics devices from the Trackunit ecosystem.
To offboard an asset connected to the telematics device please use endpoint Offboard asset.
To be able to call the service a valid token is required. To get a token follow this guide : How to obtain a token
Request
Responses
- 204
- 400
- 401
- 403
- 404
- 500
Asset was successfully deleted.
Bad request
Invalid or missing bearer token in Authorization header
User not allowed to make this request
Resource not found
Internal server error