> ## 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.

# Envelope voided

Triggered when an envelope is voided by the sender before completion.

This event notifies your system that the envelope is no longer accessible to recipients. Any attempt to view the envelope — including through previously issued signing tokens — will result in a message indicating it has been voided.

Use this event to clean up pending tasks, update recipient status in your application, or prevent downstream processes from continuing unnecessarily.

<ResponseExample>
  ```json theme={null}
  {
    "event": "envelope_voided",
    "envelope_id": "7e8f68e4c6df9395cd7ff48d69d7e2c1",
    "voided": "2019-12-17T05:30:00Z"
  }
  ```
</ResponseExample>
