BioFlow
API Reference

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.

DELETE
/v1/webhook-endpoints/{endpoint_id}

Permanently delete the endpoint and its delivery history. This cannot be undone.

Requires scope: webhooks:write. Plan entitlement: public_api (Creator and Pro).

Authorization

AuthorizationBearer <token>

API key (bf_live_… / bf_test_…) as a Bearer token.

In: header

Path Parameters

endpoint_id*string

Endpoint ID from List webhook endpoints

Length1 <= length

Response 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"
Empty