Outscraper Request Delete
requests_deleteDelete an asynchronous Outscraper request by ID to cancel queued jobs, stop polling, and clean up no-longer-needed async work.
Instructions
Delete or terminate an asynchronous Outscraper request by request id.
Best for:
cleaning up queued or no-longer-needed async jobs
stopping work you no longer want to keep polling
testing the full async request lifecycle from MCP
Use this carefully:
it is intended for cleanup or cancellation
only use it when you are sure the request is no longer needed
after deletion, the original async request should not be expected to complete normally
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request_id | Yes | Async request id to delete. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| meta | Yes | ||
| async | No |