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

# Verification cancelled

Triggered when a verification is cancelled before completion.

This event notifies your system that the verification is no longer accessible to the individual. Any attempt to open it — including through previously issued verification tokens — will result in a message indicating it has been cancelled.

Use this event to clean up pending tasks or update the verification’s status in your application.

<ResponseExample>
  ```json theme={null}
  {
    "event": "verification_cancelled",
    "verification_id": "9d2e4b8c1a7f53e06c4b9d2a8e1f0c57",
    "cancelled": "2026-08-24T00:00:00Z"
  }
  ```
</ResponseExample>
