Feature #4793
Delete Application/Delete Test Suite/Delete Test Case - APIs added
Start date:
03/28/2025
Due date:
% Done:
0%
Estimated time:
Description
I have added APIs for delete application/test suite and test case. Please check with Rajesh as to where these options can be put. I prefer right click on tree as is there on dev now.
APIs: doppelioDataAPI/api/DataApp/{ApplicationName}/appl (http delete) - Delete App
/api/DataApp/{ApplicationName}/{TestSuiteName}/ts (http delete) - Delete Test Suite
/api/DataApp/{ApplicationName}/{TestSuiteName}/tc (http delete) - delete test case
Please implement