Skip to main content
DELETE
/
public
/
v1
/
webhooks
/
{subscriptionId}
Delete Webhook by ID
curl --request DELETE \
  --url https://api.fello.ai/public/v1/webhooks/{subscriptionId} \
  --header 'x-api-key: <api-key>'
{
  "code": "<string>",
  "message": "<string>",
  "data": {}
}

Authorizations

x-api-key
string
header
required

The API Key generated from your Fello account.

Path Parameters

subscriptionId
string
required
Minimum string length: 1

Response

Webhook Deleted successfully