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.
Example response
{
"status": true
}