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