Delete a webhook endpoint
Removes the endpoint and its delivery history. Deliveries stop immediately; this cannot be undone.
Removes the endpoint and its delivery history. Deliveries stop immediately; this cannot be undone.
Organization API key as a Bearer token (postify_live_…).
In: header
Path Parameters
Webhook endpoint id.
1 <= lengthResponse Body
application/json
application/problem+json
application/problem+json
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"{ "id": "string", "deleted": true}Update a webhook endpoint PATCH
Updates the URL (re-validated through the SSRF gauntlet), the event-type subscription list, and/or `enabled`. Setting `enabled: true` on an auto-disabled endpoint clears its failure ladder and resumes deliveries.
Send a test delivery POST
Sends a synthetic `webhook.test` event to the endpoint, signed exactly like a real delivery (Standard-Webhooks headers over the raw body). Use it to verify your signature handling before subscribing to real events. Disabled endpoints return 409 `resource_conflict`.
