# Envelope cancelled

This webhook is triggered when an envelope is cancelled before completion. It includes the envelope fingerprint, user details, and any metadata associated with the envelope.

Endpoint: POST cancelled-envelope
Version: 1.0.0
Security: basicAuth

## Request fields (application/x-www-form-urlencoded):

  - `envelope_fingerprint` (string, required)
    A string representing the cancelled envelope
    Example: "584ea8b41b0d4c17a96b967433b211e6"

  - `envelope_title` (string, required)
    The title of the cancelled envelope
    Example: "tagstest - Copy"

  - `action` (string, required)
    The action taken. Defaults to cancelled-envelope.
    Example: "cancelled-envelope"

  - `action_date` (string, required)
    The UTC timestamp of when the envelope was cancelled
    Example: "2025-08-06T12:59:03+00:00"

  - `envelope_meta` (string)
    A JSON string of any meta information associated with the envelope

  - `company_id` (integer, required)
    The ID of the company linked to the envelope
    Example: 64034

  - `user_id` (integer, required)
    The ID of the user who cancelled the envelope
    Example: 267199

  - `client_ip` (string, required)
    The IP address of the user or system that triggered the cancellation
    Example: "203.0.113.42"


## Response 200 fields
