---
title: "Cancel Crawl"
method: DELETE
path: "/v2/crawl/{id}"
tags: ["Crawl"]
---

# Cancel Crawl

`DELETE /v2/crawl/{id}`

## Path parameters

- `id` string, uuid, required — The unique identifier of the crawl task.

## Response `200`

Successful Response

- object
  - `status` 'canceled', required

## Other responses

- `404` — Crawl Not Found

---

[API](https://skmtc.net/nimbleway/apis/api-gateway.md) · [All operations](https://skmtc.net/nimbleway/apis/api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nimbleway/api-gateway/revisions/9bfe220b7a29/schema)
