Delete a scheduled crawl
DELETE/api/v1/chatbots/:chatbotId/scheduled-crawls/:scheduleId
Deletes a scheduled crawl and its run history. Pass deleteVectors=true to also purge the vectors this schedule ingested into the KB. Fails closed: if the vector purge fails, the schedule is NOT deleted (its metadata is preserved so the purge can be retried) and a 502 is returned. Required scope: documents:write.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 429
- 502
Scheduled crawl deleted.
Bad Request — invalid input
Unauthorized — missing or invalid API key
Forbidden — key lacks required scope
Not Found
Too Many Requests — rate limit exceeded
Vector deletion failed — the schedule was NOT deleted (retry, or remove it in the dashboard).