Delete Scenario Set
DELETE/v0/scenario_sets/:scenario_id
Deletes the scenario set and cascades deletes to all related entities. Namely, Evaluations, Evaluation Datapoints, and Model Datapoints
!! Use With Caution !!
Raises: HTTPException: 404 if scenario_id is not found
Returns: 204 status code on successful deletion
Request
Responses
- 204
- 400
- 401
- 404
- 422
Successful Response
Input data is incorrect
Okareo API token has failed authentication
Data is not found
Input data is invalid