---
title: "Delete a scraped URL from a knowledge base"
method: DELETE
path: "/knowledgebase/{knowledgeBaseId}/scraped-urls/{knowledgeBaseScrapedUrlsId}"
tags: ["Knowledge Base"]
---

# Delete a scraped URL from a knowledge base

`DELETE /knowledgebase/{knowledgeBaseId}/scraped-urls/{knowledgeBaseScrapedUrlsId}`

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

## Path parameters

- `knowledgeBaseId` string, required
- `knowledgeBaseScrapedUrlsId` string, required

## Response `200`

URL removed.

- object
  - `status` boolean

## Other responses

- `400` — Invalid input
- `401` — Unauthorized access
- `500` — Internal server error

---

[API](https://skmtc.net/smallest-inc/apis/agent-management-api.md) · [All operations](https://skmtc.net/smallest-inc/apis/agent-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smallest-inc/agent-management-api/versions/6d1036a76fbc/schema)
