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