---
title: "Delete a document from a given assistant"
method: DELETE
path: "/api/documents/assistant/{externalId}"
tags: ["Assistant Documents"]
---

# Delete a document from a given assistant

`DELETE /api/documents/assistant/{externalId}`

Delete a document from a given assistant.

## Path parameters

- `externalId` string, required

## Headers

- `x-api-key` string, required

## Response `200`

Document deleted successfully.

## Other responses

- `400` — Bad request.
- `401` — Unauthorized.

---

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