Cancel an existing crawl.
Cancel an existing crawl.
Path Parameters
- extractorId string required
ExtractorId
Responses
- 200
- 400
- 401
- 404
OK
- application/json;charset=UTF-8
- Schema
- Example (from schema)
Schema
property name*
string
{}
No in progress crawl found to cancel.
- application/json;charset=UTF-8
- Schema
- Example (from schema)
Schema
- code int
Internal error code
- message string
A message containing a brief description of the error
- error string
(deprecated) A message containing a brief description of the error
{
"code": 0,
"message": "string",
"error": "string"
}
User doesn't own this extractor, or doesn't have a valid session.
- application/json;charset=UTF-8
- Schema
- Example (from schema)
Schema
- code int
Internal error code
- message string
A message containing a brief description of the error
- error string
(deprecated) A message containing a brief description of the error
{
"code": 0,
"message": "string",
"error": "string"
}
Unable to find supplied extractor ID.
- application/json;charset=UTF-8
- Schema
- Example (from schema)
Schema
- code int
Internal error code
- message string
A message containing a brief description of the error
- error string
(deprecated) A message containing a brief description of the error
{
"code": 0,
"message": "string",
"error": "string"
}
Loading...