Delete a view.
Delete a view (saved query) by ID.
DELETE
/api/solutions/{solutionId}/views/{viewId}Path parameters
solutionIdstringrequiredviewIdstringrequiredRequest
curl
curl -X DELETE https://platform.trickest.com/api/solutions/{solutionId}/views/{viewId} \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
204View deleted successfully
400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring