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