Capvant

Remove a webhook endpoint

del
https://sandbox.capvant.com/v1/webhooks/{id}
DELETE
/webhooks/{id}

Authorization

ApiKeyAuth
X-API-Key<token>

Lender keys start with cv_live_; Partner keys start with cv_pk_. Shown once at creation, sent on every request.

In: header

Path Parameters

id*string

Response Body

application/json

application/json

application/json

application/json

application/json

Shell
curl -X DELETE "https://sandbox.capvant.com/webhooks/string"
JSON
{  "ok": true}