PostifyPostify Docs

Delete a webhook endpoint

Removes the endpoint and its delivery history. Deliveries stop immediately; this cannot be undone.

DELETE
/v1/webhook-endpoints/{id}

Removes the endpoint and its delivery history. Deliveries stop immediately; this cannot be undone.

Authorization

AuthorizationBearer <token>

Organization API key as a Bearer token (postify_live_…).

In: header

Path Parameters

id*string

Webhook endpoint id.

Length1 <= length

Response 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}