Delete reporting nodes by filter.
Delete reporting nodes for the current vault, optionally filtered by dataset.
DELETE
/api/reporting-nodesQuery parameters
workflowstringdataset_idstringRequest
curl
curl -X DELETE https://platform.trickest.com/api/reporting-nodes \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
204Reporting nodes deleted successfully
400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring