Delete a Webhook
DELETE
/v1/webhooks/:id
Delete a webhook with the given ID.
curl -X "DELETE" "https://api.lemonsqueezy.com/v1/webhooks/1" \
-H 'Accept: application/vnd.api+json' \
-H 'Content-Type: application/vnd.api+json' \
-H 'Authorization: Bearer {api_key}'