DELETE
/
v1
/
webhook-endpoints
/
:id
curl -X DELETE https://api.geldstuck.com/v1/webhook-endpoints/wh_01HX3ZY... \
  -H "x-api-key: $GELDSTUCK_PUBLIC_KEY" \
  -H "x-api-secret: $GELDSTUCK_SECRET_KEY"
{ "deleted": true }
Deleting an endpoint also abandons any events still queued for delivery to it. Use disable instead if you want to pause delivery temporarily.

Path parameters

id
string
required

Returns

deleted
boolean
curl -X DELETE https://api.geldstuck.com/v1/webhook-endpoints/wh_01HX3ZY... \
  -H "x-api-key: $GELDSTUCK_PUBLIC_KEY" \
  -H "x-api-secret: $GELDSTUCK_SECRET_KEY"
{ "deleted": true }