---
title: "Delete KYB form-field document (business)"
method: DELETE
path: "/compliance/kyb/fields/document"
tags: ["compliance", "kyb"]
---

# Delete KYB form-field document (business)

`DELETE /compliance/kyb/fields/document`

Soft-deletes a document attached to a file-type form field on the session group's KYB form.

## Query parameters

- `form_field_id` string, required
- `document_id` string, required

## Response `200`

OK

- KybDeleteOutput
  - `deleted` boolean
  - `id` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `default` — Error response.

---

[API](https://skmtc.net/stablesea/apis/stable-sea-backend.md) · [All operations](https://skmtc.net/stablesea/apis/stable-sea-backend/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stablesea/stable-sea-backend/versions/392a9fba638c/schema)
