Website connector
Delete a website connector
DELETE /knowledgeSource/websiteConnector/{id}
DELETE /knowledgeSource/websiteConnector/{id}
Cancels any active crawl, soft-deletes all child pages (with knowledgeSourceChanged events), and marks the connector as deleted.
Path parameters
idintegerpathrequiredNo description.
Responses
200 — Successful operation
Response Example
{
"success": true
}404 — Connector not found
500 — Internal error