c2d0eb64b01a

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-0915378562.5 KB
Knowledge Base

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.

delete/knowledgebase/{knowledgeBaseId}/scraped-urls/{knowledgeBaseScrapedUrlsId}

Path parameters

knowledgeBaseIdstring required

24-char hex ObjectId of the knowledge base.

knowledgeBaseScrapedUrlsIdstring required

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

Response

URL removed.

statusboolean

Example response

{
  "status": true
}