how to delete a scenario using python public API
Tomas
Registered, Neuron 2022 Posts: 121 ✭✭✭✭✭
What is the correct way to delete a scenario via python api? Project has a create_scenario method, but no delete_scenario, and the scenario object does not have delete method as well.
Tagged:
Best Answer
-
Scenario deletion is not part of the public API
Answers
-
Please implement this functionality, it is essential for our automated test to create and drop scenarios on the fly. Thanks