---
title: "Delete Participants by Participant IDs"
method: POST
path: "/sign/envelopes/{envelopeID}/participants:batch-delete"
tags: ["Sign"]
---

# Delete Participants by Participant IDs

`POST /sign/envelopes/{envelopeID}/participants:batch-delete`

The **Delete Participants** endpoint permanently deletes multiple participants from an envelope.

## Path parameters

- `envelopeID` string, uuid, required

## Request body

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

## Response `200`

Participants deleted successfully

## Other responses

- `401` — Unauthorized - Invalid or missing JWT token
- `404` — Envelope 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/revisions/26e3043a365b/schema)
