---
title: "Deletes a recipient from an envelope."
method: DELETE
path: "/v2.1/accounts/{accountId}/envelopes/{envelopeId}/recipients/{recipientId}"
tags: ["EnvelopeRecipients"]
---

# Deletes a recipient from an envelope.

`DELETE /v2.1/accounts/{accountId}/envelopes/{envelopeId}/recipients/{recipientId}`

Deletes a recipient from a `draft` or `sent` envelope.

If the envelope is "In Process" (has been sent and is not completed or voided), recipients that have completed their actions cannot be deleted.

## Path parameters

- `accountId` string, required
- `envelopeId` string, required
- `recipientId` string, required

## Response `200`

Successful response.

## Other responses

- `400` — Error encountered.

---

[API](https://skmtc.net/docusign/apis/docusign-esignature-rest-api.md) · [All operations](https://skmtc.net/docusign/apis/docusign-esignature-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/docusign/docusign-esignature-rest-api/revisions/77f1998c313d/schema)
