Clear Mock Responses
clear_mock_responsesRemove individual mock responses by ID or clear all mocks for the session to restore normal network behavior during testing.
Instructions
Remove mocks installed by set_mock_response. Pass mockId to remove one; omit to clear all mocks for the session. stop_and_compile_test runs this implicitly on session end.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | Yes | Which scope was targeted | |
| removed | Yes | Number of rules deleted from Proxyman | |
| remaining | Yes | Number of rules still active in the targeted scope |