DELETE
/
projects
/
{projectId}
/
webhooks
/
{webhookId}
curl --request DELETE \
  --url https://visitorquery.com/api/v1/projects/{projectId}/webhooks/{webhookId} \
  --header 'Authorization: Bearer <token>'
{
  "data": "<any>"
}

Authorizations

Authorization
string
header
required

The developer API key from your account

Path Parameters

projectId
string
required
webhookId
string
required

Response

200
application/json
200
data
any | null