cURL
curl --request DELETE \ --url https://thirdparty.qonto.com/v2/webhook_subscriptions/{id} \ --header 'Authorization: Bearer <token>'
This response does not have an example.
OAuth scope: webhook
webhook
Remove a webhook subscription
Bearer authorization header: Bearer <token>, where <token> is the access token received from the authorization server at the end of the OAuth 2.0 flow.
Bearer <token>
<token>
Webhook subscription deleted successfully
Was this page helpful?