cURL
curl --request DELETE \ --url https://api.fello.ai/public/v1/webhooks/{subscriptionId} \ --header 'x-api-key: <api-key>'
{ "code": "<string>", "message": "<string>", "data": {} }
Unsubscribes from an event webhook that you’re subscribed to.
The API Key generated from your Fello account.
1
Webhook Deleted successfully
Was this page helpful?