When to use this
Use delete when you no longer want a webhook to receive any events at all — for example, you’re decommissioning an integration or the callback URL is gone for good.GraphQL Request
Please make sure to replace the webhook ID. Don’t forget to update the Hireflix API Key in theheaders.
Explanation
- input.id – the webhook you want to remove.
- deleteWebhook –
trueon success. There is no typed error response; check forfalse/null/errorsto detect failure (e.g. anidthat doesn’t exist).
Example Response
Learn next?
Let’s learn how to inspect webhook delivery logs.

