> ## Documentation Index
> Fetch the complete documentation index at: https://docs.annature.com.au/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete an envelope

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

<ParamField path="id" type="string">
  The unique identifier of the envelope to delete.
</ParamField>

<RequestExample>
  ```bash Endpoint theme={null}
  DELETE /v1/envelopes/:id
  ```
</RequestExample>

<ResponseExample>
  ```bash theme={null}
  204
  ```
</ResponseExample>
