Deletes a webhook subscription. The endpoint does not return a response body after a successful delete.
cURL
curl --request DELETE \ --url https://app.fintoro.sk/api/public/v1/webhook-subscriptions/{webhookSubscription} \ --header 'Authorization: Bearer <token>'
{ "message": "This action is unauthorized." }
Bearer token created for a specific company in Integrations → API.
Webhook subscription ID.
801
Webhook subscription deleted.