Learn
Help
Socials
© 2025 make.com
Last updated 1 day ago
Deletes a scenario folder with a given ID and returns the ID in the response.
The unique ID of the scenario folder. It can be retrieved from the List scenarios folders endpoint.
1
Successful response
const response = await fetch('https://eu1.make.com/api/v2/scenarios-folders/{folderId}', { method: 'DELETE', headers: {}, }); const data = await response.json();
{ "scenarioFolder": 0 }