DELETE
/v1/webhook-endpoints/{id}deleteWebhookEndpoint
Delete a webhook endpoint. Removes the endpoint and its delivery history. Deliveries stop immediately; this cannot be undone.
Required scope:webhooks:write
Parameters
idpath · stringrequiredWebhook endpoint id.
Responses
200DeleteWebhookEndpointResponseDeletion confirmed.
Errors are RFC 9457 problem+json with a stable code and a request_id — each code above links to its own page.
Example
curl -X DELETE https://app.usepostify.com/v1/webhook-endpoints/post_9x2y3z0001 \
-H "Authorization: Bearer postify_live_XXXXXXXXXXXXXXXX"