cURL
curl --request DELETE \ --url https://api.bundleup.io/v1/webhooks/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Deletes a webhook for the authenticated workspace.
Pass the API key as a bearer token.
Resource identifier.
Webhook deleted successfully.
Was this page helpful?