---
title: "Delete Knowledge Base resource"
method: DELETE
path: "/knowledge-base/resources/{id}"
tags: ["Knowledge Base"]
---

# Delete Knowledge Base resource

`DELETE /knowledge-base/resources/{id}`

Hard-delete a Knowledge Base resource (FILE or URL) by id. Tears down
the row plus its associated state (uploaded document for FILE rows,
Trust Center references, Oso facts, chunk-store entries) via
  .

Returns 404 when the id is unknown in the calling token's domain.

## Path parameters

- `id` string, required

## Response `204`

No content

---

[API](https://skmtc.net/vanta/apis/build-integrations.md) · [All operations](https://skmtc.net/vanta/apis/build-integrations/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vanta/build-integrations/revisions/6c1f7590538b/schema)
