---
title: "Delete Ingested Document"
method: POST
path: "/v1/artifacts/delete"
tags: ["Artifacts", "Artifacts"]
---

# Delete Ingested Document

`POST /v1/artifacts/delete`

Remove a specific document and all its associated data from the system

## Request body

- DeleteIngestedDocumentBody — Request body for deleting specific ingested documents from the system.
  - `collection` string, required — Name of the collection containing the document to be deleted
  - `artifact` string, required — Unique identifier of the document to delete from the specified collection

## Response `200`

Document successfully deleted

## Other responses

- `401` — Unauthorized
- `422` — Validation Error

## Changes

- **2026-06-02** `c711b911f68e` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/zylon-ai/apis/private-gpt-api/changes/v1/artifacts/delete/post.md)

---

[API](https://skmtc.dev/zylon-ai/apis/private-gpt-api.md) · [All operations](https://skmtc.dev/zylon-ai/apis/private-gpt-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/zylon-ai/private-gpt-api/revisions/4e828cf153c4/schema)
