delete_all_requests
Delete all captured requests from a webhook endpoint, with optional filters for date range or search query to selectively clean up test data.
Instructions
Delete all requests from a webhook, optionally filtered by date range or query.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Delete only requests matching this search query | |
| date_to | No | Delete requests until this date (format: yyyy-MM-dd HH:mm:ss or 'now-7d') | |
| date_from | No | Delete requests from this date (format: yyyy-MM-dd HH:mm:ss or 'now-7d') | |
| webhook_token | Yes | The webhook token (UUID) from webhook.site |