Delete a reporting node by ID.
Delete a single reporting node identified by its UUID.
DELETE
/api/reporting-nodes/{id}Path parameters
idstringrequiredRequest
curl
curl -X DELETE https://platform.trickest.com/api/reporting-nodes/{id} \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
204Reporting node deleted successfully
400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring