Skip to main content
DELETE
/
v0
/
webhook
Delete webhook configuration for an application
curl --request DELETE \
  --url https://api.avidoai.com/v0/webhook \
  --header 'x-api-key: <api-key>' \
  --header 'x-application-id: <api-key>'
{
  "message": "Resource not found"
}

Authorizations

x-api-key
string
header
required

Your unique Avido API key

x-application-id
string
header
required

Your unique Avido Application ID

Response

Webhook deleted successfully