---
title: "Delete Url Knowledge Base"
method: DELETE
path: "/api/scraping/url"
tags: ["Scraping"]
---

# Delete Url Knowledge Base

`DELETE /api/scraping/url`

Delete URLs from the knowledge base.

## Request body

- KnowledgeBaseDeleteURLSchema — Schema for deleting URLs from the knowledge base.
  - `bot_id` string, uuid, required — Unique identifier for the associated bot.
  - `base64_urls` string[], required — List of base64-encoded URLs to be deleted.

## Response `200`

Successful Response

- HttpResponseSchema — HTTP Response Schema.
  - `message_code` integer, required — Numeric code indicating the type of message or response.
  - `message` string, required — Human-readable message providing additional context about the response.
  - `data` unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/chat-fly/apis/chatfly-backend-application.md) · [All operations](https://skmtc.net/chat-fly/apis/chatfly-backend-application/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chat-fly/chatfly-backend-application/revisions/cbb37496f138/schema)
