Skip to main content
DELETE
/
projects
/
{projectId}
/
webhooks
/
{webhookId}
DELETE delete project webhook
curl --request DELETE \
  --url https://visitorquery.com/api/v1/projects/{projectId}/webhooks/{webhookId} \
  --header 'Authorization: Bearer <token>'
{
  "data": null
}

Documentation Index

Fetch the complete documentation index at: https://docs.visitorquery.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

The developer API key from your account

Path Parameters

projectId
string
required
webhookId
string
required

Response

200

data
unknown