Delete a webhook endpoint
DELETE /v1/webhook-endpoints/{endpoint_id} — Permanently delete the endpoint and its delivery history. This cannot be undone. Requires scope webhooks:write.
Permanently delete the endpoint and its delivery history. This cannot be undone.
Requires scope: webhooks:write. Plan entitlement: public_api (Creator and Pro).
API key (bf_live_… / bf_test_…) as a Bearer token.
In: header
Path Parameters
Endpoint ID from List webhook endpoints
1 <= lengthResponse Body
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X DELETE "https://example.com/v1/webhook-endpoints/string"Update a webhook endpoint PATCH
PATCH /v1/webhook-endpoints/{endpoint_id} — Change the URL (re-verified with a signed test event first), the subscribed event types, or enable/disable delivery…
Rotate the signing secret POST
POST /v1/webhook-endpoints/{endpoint_id}/rotate-secret — Mint a NEW whsec_ secret (returned once). For 24 hours deliveries carry TWO signatures — the new and the…