# Delete domain webhooks (v4) Delete webhook URLs from all event types they are associated with. Supports deleting multiple URLs at once by providing a comma-separated list. Endpoint: DELETE /v4/domains/{domain}/webhooks Version: 3.0.0 Security: basicAuth ## Path parameters: - `domain` (string, required) The domain name to delete webhooks from ## Query parameters: - `url` (string, required) The webhook URL(s) to delete. Supports comma-separated URLs to delete multiple at once (e.g., ). Each URL will be removed from all event types. ## Response 200 fields (application/json): - `webhooks` (object, required) List of webhooks - `webhooks.accepted` (any) Accepted webhook URLs - `webhooks.delivered` (any) Delivered webhook URLs - `webhooks.opened` (any) Opened webhook URLs - `webhooks.clicked` (any) Clicked webhook URLs - `webhooks.unsubscribed` (any) Unsubscribed webhook URLs - `webhooks.complained` (any) Complained webhook URLs - `webhooks.temporary_fail` (any) Temporary fail webhook URLs - `webhooks.permanent_fail` (any) Permanent fail webhook URLs ## Response 400 fields (application/json): - `Reason` (string, required) ## Response 401 fields (application/json): - `message` (string, required) Response message ## Response 404 fields (application/json): - `message` (string, required) Response message