---
title: "Delete Participant by ID"
method: DELETE
path: "/sign/envelopes/{envelopeID}/participants/{participantID}"
tags: ["Sign"]
---

# Delete Participant by ID

`DELETE /sign/envelopes/{envelopeID}/participants/{participantID}`

The **Delete Participant by ID** endpoint permanently deletes a participant from an envelope.

## Path parameters

- `envelopeID` string, uuid, required
- `participantID` string, uuid, required

## Response `204`

Participant 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)
