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