Skip to content
LLMCrawl Documentation
Main Navigation
Documentation
SDKs
API Reference
Examples
Playground
Appearance
Menu
Return to top
DELETE /v1/crawl/{id}/cancel
DELETE
/v1/crawl/{id}/cancel
Cancel a crawl job
Authorizations
bearerAuth
Type
HTTP (bearer)
Parameters
Path Parameters
id
*
Type
string
Required
Responses
200
404
500
Successful response
Content-Type
application/json
Schema
JSON
JSON
{
"success"
:
true
,
"message"
:
"string"
}
DELETE
/v1/crawl/{id}/cancel
Playground
Authorization
bearerAuth
Variables
Key
Value
id
*
Try it out
Samples
Powered by
VitePress OpenAPI