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.
Documentation IndexFetch the complete documentation index at: https://docs.fello.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.fello.ai/llms.txt
Use this file to discover all available pages before exploring further.
The API Key generated from your Fello account.
1
Webhook Deleted successfully
Was this page helpful?