---
title: "Remove signatory"
method: DELETE
path: "/documents/{document}/signatories/{signatory}"
tags: ["Document Operations"]
---

# Remove signatory

`DELETE /documents/{document}/signatories/{signatory}`

<small>Requires an API token with the **Document Manager** role.</small>

Removes a [signatory](/#signatories) from a [document](/#documents).

## Path parameters

- `document` string, required
- `signatory` string, required

## Response `204`

No content

## Other responses

- `401` — Unauthenticated
- `403` — Authorization error
- `404` — Not found
- `409` — The resource's current state prevents the requested change

---

[API](https://skmtc.dev/fynk/apis/fynk-api-reference.md) · [All operations](https://skmtc.dev/fynk/apis/fynk-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fynk/fynk-api-reference/revisions/9657a6757f59/schema)
