DELETE
/
api
/
v2
/
webhooks
/
{id}
curl --request DELETE \
  --url https://app.govly.com/api/v2/webhooks/{id} \
  --header 'X-API-KEY: <api-key>'

This endpoint deletes an existing webhook subscription.

Path Parameters

id
string
required

ID of the webhook to delete

This endpoint is part of the legacy v2 API and will be deprecated in the future. Please migrate to the new enterprise API endpoints.