Skip to main content
DELETE
/
webhooks
/
{id}
Delete webhook
curl --request DELETE \
  --url https://api.bundleup.io/v1/webhooks/{id} \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>",
  "details": {}
}

Authorizations

Authorization
string
header
required

API Key authentication using Bearer token

Path Parameters

id
string
required

Webhook ID

Response

Webhook deleted successfully