Scrapers
Cancel scraper request
Cancels a queued or running scraper Request.
post/v1/requests/{request_id}/cancel
Path parameters
request_idstring required
Example:request_123
Scraper Request id. Context $.paths./v1/requests/{request_id}/cancel.post.parameters.0.
Response
Scraper request canceled.
Example response
{
"requestId": "request_123",
"canceled": true,
"status": "canceled",
"agentInstruction": "Request canceled. Create a new scraper request when ready."
}