Last updated 1 month ago
Deletes a scenario with a given ID and returns the ID in the response.
/scenarios/{scenarioId}
The ID of the scenario. You can get the scenarioId with the List scenarios API call.
scenarioId
112
Scenario deleted successfully
curl -L \ --request DELETE \ --url '/api/v2/scenarios/{scenarioId}' \ --header 'Authorization: YOUR_API_KEY'
{ "scenario": 1399 }