curl --request POST \
--url https://demo.enneo.ai/api/mind/knowledgeSource/websiteConnector/{id}/stop \
--header 'Authorization: Bearer <token>'{
"success": true
}Cancels the active Firecrawl job and sets the connector status to idle.
curl --request POST \
--url https://demo.enneo.ai/api/mind/knowledgeSource/websiteConnector/{id}/stop \
--header 'Authorization: Bearer <token>'{
"success": true
}