cURL
curl --request DELETE \ --url https://visitorquery.com/api/v1/projects/{projectId}/webhooks/{webhookId} \ --header 'Authorization: Bearer <token>'
{ "data": "<any>" }
Deletes a webhook from the specified project
The developer API key from your account
200
The response is of type object.
object