Delete asset
DELETE/v2beta1/assets/:assetId
This API request can be used to delete an asset which is not connected to any telematics devices from the Iris platform.
To offboard an asset connected to the telematics device please use endpoint Offboard asset.
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