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