# Delete webhook endpoints Delete a webhook endpoint and all its event subscriptions. Endpoint: DELETE /webhooks Version: V5 Security: basicAuth ## Request fields (application/json): - `endpoint_url` (string, required) The HTTPS URL of the webhook endpoint to delete Example: "https://example.com/webhooks/resolve" ## Response 401 fields (application/json): - `error` (object) - `error.message` (string) A short string, describing error details Example: "Invalid merchant credentials" - `error.type` (string) A short string, describing error type Enum: "authentication_error" ## Response 429 fields (application/json): - `error` (object) - `error.message` (string) A short string, describing error details Example: "Too many requests" - `error.type` (string) A short string, describing error type Enum: "rate_limit_error" ## Response 204 fields