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}'
Returns a 204 No Content response on success.
204 No Content
Previous
Next