Capvant

Remove a subscription

del
https://sandbox.capvant.com/partner/v1/webhook-subscriptions/{id}
DELETE
/webhook-subscriptions/{id}

Authorization

AuthorizationBearer <token>

An access token from POST /oauth/token. Valid for one hour. Preferred, because a leaked request log then exposes an hour rather than a permanent credential.

In: header

Path Parameters

id*string
Formatuuid

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

Shell
curl -X DELETE "https://sandbox.capvant.com/webhook-subscriptions/497f6eca-6276-4993-bfeb-53cbbbba6f08"
JSON
{  "id": "string",  "deleted": true}