Webhooks

Disable an endpoint

DELETE/v1/webhooks/{id}

Disables an endpoint. Idempotent. Delivery history remains readable.

API key · or dashboard session.

Request

Shell
curl -fsS -X DELETE "$API/v1/webhooks/wh_0198f80c-…" \
  -H "Authorization: Bearer $PAYDAY_API_KEY"

Response

200 OK
HTTP/1.1 204 No Content

Path parameters

idwh_ idrequired

Response

204 No Content.