---
title: "Delete document"
method: DELETE
path: "/v1/documents/{id}"
tags: ["Knowledge"]
---

# Delete document

`DELETE /v1/documents/{id}`

Delete a knowledge document. This also removes it from all avatars it was attached to.

## Path parameters

- `id` string, uuid, required

## Headers

- `X-Runway-Version` '2024-11-06', required

## Response `204`

Success

---

[API](https://skmtc.net/runwayml/apis/runwayml-api.md) · [All operations](https://skmtc.net/runwayml/apis/runwayml-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/runwayml/runwayml-api/revisions/e7d9a59ac7b0/schema)
