-
Feature Request
-
Resolution: Fixed
-
L3 - Default
-
None
-
2
-
Not defined
-
3 - Expected
What is the desired functionality that you are missing?
The ability to delete a report via API
Which problem are you going to solve with this functionality?
If programmatic creation is possible without deletion, then it's possible to create thousands of reports and dashboards and need to spend hours manually cleaning up the Optimize deployment without .
Context: Given, When, Then
GIVEN I have a report with a known ID
AND I have the ability to delete it in the UI
WHEN I delete the report via API
THEN the entity is deleted (same behavior as in UI)
AND I receive an appropriate result message
BUT if the deletion fails
THEN an appropriate error message is provided