clear_intercepts
Remove network mocks from a session. Clears all intercepts or only those matching a specified URL pattern.
Instructions
Remove network mocks set by intercept_network. Clears all intercepts on the session, or only those matching a URL pattern.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | Session ID | |
| url_pattern | No | Only remove intercepts registered with this exact pattern (optional — omit to clear all) |