---
title: "Delete Fields by Field IDs"
method: POST
path: "/sign/envelopes/{envelopeID}/documents/{documentID}/fields:batch-delete"
tags: ["Sign"]
---

# Delete Fields by Field IDs

`POST /sign/envelopes/{envelopeID}/documents/{documentID}/fields:batch-delete`

The **Delete Fields** endpoint permanently deletes multiple fields from a document within an envelope.

## Path parameters

- `envelopeID` string, uuid, required
- `documentID` string, uuid, required

## Request body

- DeleteFieldsRequest — A set of unique UUIDv4 strings that identify the fields in the Nitro system.
  - `items` string[] — An array of field IDs to be deleted from the envelope.

## Response `200`

Fields deleted successfully

## Other responses

- `401` — Unauthorized - Invalid or missing JWT token
- `404` — Envelope or document not found

---

[API](https://skmtc.net/gonitro/apis/nitro-sign-public-api.md) · [All operations](https://skmtc.net/gonitro/apis/nitro-sign-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gonitro/nitro-sign-public-api/versions/26e3043a365b/schema)
