Skip to content

Delete a webhook

Request

Permanently remove a webhook.

Security
bearerAuth
Path
uuidstringrequired

Resource UUID.

DELETE
/integrations/api/webhooks/{uuid}
curl -i -X DELETE \
  'https://leadgen.grinfi.io/integrations/api/webhooks/{uuid}' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Webhook deleted.