Skip to main content

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

Successful Response