Delete a webhook by its ID
cURL
curl --request DELETE \ --url https://api.bundleup.io/v1/webhooks/{id} \ --header 'Authorization: Bearer <token>'
{ "error": "<string>", "details": {} }
API Key authentication using Bearer token
Webhook ID
Webhook deleted successfully
Was this page helpful?