Skip to main content

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

Scheduled crawl deleted.