Delete a device
curl --request DELETE \
--url https://app.trelica.com/api/assets/v1/{id} \
--header 'Authorization: Bearer <token>'{
"type": "about:blank",
"title": "Not found.",
"status": 404,
"detail": "The requested resource does not exist or you do not have access to it.",
"traceId": "00-0af7651916cd43dd8448eb211c80319c-b7ad6b7169203331-01"
}Devices
Delete a device
Deletes the device with the given SaaS Manager ID.
Required scope: Assets.Write (Write access to devices)
DELETE
/
api
/
assets
/
v1
/
{id}
Delete a device
curl --request DELETE \
--url https://app.trelica.com/api/assets/v1/{id} \
--header 'Authorization: Bearer <token>'{
"type": "about:blank",
"title": "Not found.",
"status": 404,
"detail": "The requested resource does not exist or you do not have access to it.",
"traceId": "00-0af7651916cd43dd8448eb211c80319c-b7ad6b7169203331-01"
}Was this page helpful?
⌘I