Describe the Bug
I'm trying to use curl to cancel a crawl job:
curl -X DELETE {api}/v1/crawl/{job-id}
This prints out:
{"status":"cancelled"}
However, when checking the logs, I can see that it's still crawling. Does firecrawl-simple not support the delete API call?