Delete Tracker Asset

📘

DELETE https://api.kayzen.io/v1/tracker_assets/:id

Use this API to delete a single tracker asset

curl -X DELETE \
'https://api.kayzen.io/v1/tracker_assets/1234' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer ACCESS_TOKEN'

Successful response will be empty with 204 status code

Unsuccessful response will have 422 status code and the body will have error details in JSON format