Learn
Help
Socials
© 2025 make.com
Last updated 2 days 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
Scenario deleted successfully
const response = await fetch('/api/v2/scenarios/{scenarioId}', { method: 'DELETE', headers: {}, }); const data = await response.json();
{ "scenario": 0 }