---
title: "Delete a document"
method: DELETE
path: "/v2/individuals/{entityId}/documents/{documentId}"
tags: ["Individual Documents"]
---

# Delete a document

`DELETE /v2/individuals/{entityId}/documents/{documentId}`

Delete a single document and all of it's attachments.

## Headers

- `api_key` string, required
- `X-Frankie-CustomerID` string, required
- `X-Frankie-CustomerChildID` string
- `X-Frankie-Channel` string
- `X-Frankie-Username` string

## Response `200`

OK

- object
  - `requestId` string — The unique request identifier for the API call made.
  - `entityId` string — Entities are assigned an auto-generated UUID to ensure global uniqueness, represented as entityId. The entityId allows for precise modification when required. To modify an entity, set the entityId of the entity you wish to update in an update request.
  - `documentId` string, uuid — As documents are added to an entity, they are assigned a unique identifier to assist with modification and reference. To modify a document, include the documentId in an update request.

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `500` — Internal Server Error
- `502` — Bad Gateway
- `503` — Service Unavailable

---

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