manus_webhook_events_clear
Delete webhook events from the local store using optional filters for task ID, event type, or age; omitting filters removes all events.
Instructions
Delete webhook events from the local store. Provide any combination of filters; no filters = delete everything.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | No | ||
| event_type | No | ||
| before_received_at | No | Unix seconds. Delete events strictly older than this. |