---
title: "Cancel a batch scrape job"
method: DELETE
path: "/batch/scrape/{id}"
tags: ["Scraping"]
---

# Cancel a batch scrape job

`DELETE /batch/scrape/{id}`

## Response `200`

Successful cancellation

- object
  - `status` 'cancelled'

## Other responses

- `404` — Batch scrape job not found
- `500` — Server error

---

[API](https://skmtc.net/firecrawl/apis/firecrawl-api.md) · [All operations](https://skmtc.net/firecrawl/apis/firecrawl-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/firecrawl/firecrawl-api/versions/e350fafb5a2a/schema)
