Skip to content

Delete webhook subscription

Request

Security
oauth2(Required scopes: webhook.subscription:delete) or bearerAuth or apiKeyHeader
Path
webhookSubscriptionIdstringrequired

The ID of the webhook subscription

DELETE
/webhooks/{webhookSubscriptionId}
curl -i -X DELETE \
  'https://sandboxapi.peach.finance/api/webhooks/{webhookSubscriptionId}' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

Success