DELETE /v1/recipients/:id
204
Deletes a recipient from a draft envelope. This permanently removes the recipient and all associated fields. This endpoint can only be used for envelopes that are still in draft status and have not been sent. Use this endpoint to cleanly remove a recipient and all related signing responsibilities before an envelope is sent. This is particularly useful when preparing envelopes dynamically or allowing users to configure drafts before sending. Note: Deleting a recipient in a recalled envelope is not supported via the API. This must be done through the dashboard.

Parameters

id
string
required
The unique identifier of the recipient to delete.
DELETE /v1/recipients/:id
204