Delete a scraped URL from a knowledge base

View as Markdown

Removes a previously-scraped URL (and its indexed content) from the knowledge base. Permanent — there is no undo.

Authentication

AuthorizationBearer

API key from the console ApiKey collection, sent as Bearer token. Also accepts session cookies for browser-based auth.

Path parameters

knowledgeBaseIdstringRequired

24-char hex ObjectId of the knowledge base.

knowledgeBaseScrapedUrlsIdstringRequired

24-char hex ObjectId of the scraped-URL row to delete (from GET /{id}/scraped-urls).

Response

URL removed.
statusboolean

Errors

400
Bad Request Error
401
Unauthorized Error
500
Internal Server Error