DELETE /v1/envelopes/:id
204

Deletes an existing envelope, but only if its status is draft.

Once an envelope has been sent, it can no longer be deleted — it must be voided instead.

Voided envelopes cannot be deleted.

Parameters

id
string

The unique identifier of the envelope to delete.

DELETE /v1/envelopes/:id
204