---
title: "Delete Imported Document"
method: DELETE
path: "/v1/documents"
---

# Delete Imported Document

`DELETE /v1/documents`

Soft-delete a document previously imported through this API.

Requires the **Import** permission (`ingest` scope). Identify the document
with its custom source UUID and external ID.

## Query parameters

- `remoteId` string, required
- `sourceId` string, uuid, required

## Response `200`

Successful Response

- DeletedRecordResponse
  - `status` string, required
  - `recordId` string, required
  - `id` string, required
  - `sourceId` string, required
  - `deletedAt` string, required

## Other responses

- `422` — Validation Error

---

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