Delete a webhookAsk AIdelete https://api.mollie.com/v2/webhooks/{webhookId}Delete a single webhook object by its webhook ID. Access withOrganization access token with webhooks.writeOAuth access with webhooks.writePath ParamswebhookIdstringrequiredProvide the ID of the related webhook.Body ParamstestmodebooleanYou can enable test mode by setting testmode to true. Test entities cannot be retrieved when the endpoint is set to live mode, and vice versa.Responses 204No content. 404No entity with this ID exists. 422The request contains issues. For example, if the webhook has already been deleted.Updated 15 days ago