Learn
Help
Socials
© 2025 make.com
Last updated 1 day ago
Deletes the team with the specified teamId. Make also deletes all data associated with the team, for example scenarios, webhooks or custom team variables.
teamId
The ID of the team.
22
Successful response
const response = await fetch('https://eu1.make.com/api/v2/teams/{teamId}', { method: 'DELETE', headers: {}, }); const data = await response.json();
{ "team": 0 }