Webhooks
Disable an endpoint
DELETE/v1/webhooks/{id}
Disables an endpoint. Idempotent. Delivery history remains readable.
API key · or dashboard session.
Request
curl -fsS -X DELETE "$API/v1/webhooks/wh_0198f80c-…" \
-H "Authorization: Bearer $PAYDAY_API_KEY"Response
HTTP/1.1 204 No ContentPath parameters
idwh_ idrequired
Response
204 No Content.