---
title: "Cancel a crawl job"
method: DELETE
path: "/crawl/{id}"
tags: ["Crawling"]
---

# Cancel a crawl job

`DELETE /crawl/{id}`

## Response `200`

Successful cancellation

- object
  - `status` 'cancelled'

## Other responses

- `404` — Crawl job not found
- `500` — Server error

---

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