Skip to main content
DELETE
/
v1
/
crawl
/
{id}
Cancel crawl task
curl --request DELETE \
  --url https://gateway.webit.live/v1/crawl/{id}
{
  "status": "canceled"
}

Path Parameters

id
string<uuid>
required

The unique identifier of the crawl task.

Example:

"123e4567-e89b-12d3-a456-426614174000"

Response

Successful Response

status
enum<string>
required
Available options:
canceled