Learn
Help
Socials
© 2025 make.com
Last updated 1 day ago
Deletes a hook with a given ID and returns the ID in the response.
The ID of the webhook. Use the GET /hooks API call to get the ID values of your webhooks.
654
Successful response
const response = await fetch('https://eu1.make.com/api/v2/hooks/{hookId}', { method: 'DELETE', headers: {}, }); const data = await response.json();
{ "hook": 0 }