Skip to main content
DELETE
/
webhook-subscriptions
/
{webhookSubscription}
Delete webhook subscription
curl --request DELETE \
  --url https://app.fintoro.sk/api/public/v1/webhook-subscriptions/{webhookSubscription} \
  --header 'Authorization: Bearer <token>'
{
  "message": "This action is unauthorized."
}

Authorizations

Authorization
string
header
required

Bearer token created for a specific company in Integrations → API.

Path Parameters

webhookSubscription
integer
required

Webhook subscription ID.

Example:

801

Response

Webhook subscription deleted.