Delete a scraped URL from a knowledge base
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
knowledgeBaseId
24-char hex ObjectId of the knowledge base.
knowledgeBaseScrapedUrlsId
24-char hex ObjectId of the scraped-URL row to delete (from GET /{id}/scraped-urls).
Response
URL removed.
status
Errors
400
Bad Request Error
401
Unauthorized Error
500
Internal Server Error

