These docs are for v2.1. Click to read the latest docs for v3.

rs.voided

Request Signature voided

This event is fired when the user voids the signature request. This will effectively invalidate the signing links sent to all the signers. It can also contain user specific metadata(request_info) if it was sent during RS creation.

This event will be useful in updating the statuses of your documents and dashboards.

{
   "data":{
      "status":"canceled",
      "owner_first_name":"Jack",
      "sources": [
        {
         "id": 33299021,
         "name": "LP Signing Contract Document",
         "type": "original" 
        },
        {
          "id" 33122312,
          "name": "LP Signing Contract Lease Document",
          "type": "original"
        }
      ],
      "recipients":[
         {
            "status":"not_viewed",
            "first_name":"",
            "last_name":"",
            "order_id":1,
            "last_modified_time":1505464109,
            "recipient_user_id":2,
            "recipient_id":7,
            "created_time":1505464109,
            "email":"[email protected]"
         },
         {
            "status":"not_viewed",
            "first_name":"",
            "last_name":"",
            "order_id":2,
            "last_modified_time":1505464109,
            "recipient_user_id":3,
            "recipient_id":8,
            "created_time":1505464109,
            "email":"[email protected]"
         }
      ],
      "expiry_time": 1683033398,
      "owner_email":"[email protected]",
      "owner_last_name":"Barb",
      "next":null,
      "created_time":1505464109,
      "last_modified_time":1505464247,
      "has_markers":0,
      "is_ordered":0,
      "id":456821,
      "owner_user_id":1
   },
   "metadata":{
      "token": "1AqZ3DEC4fr@21",
      "event_type":"rs.voided",
      "event_user_id":1,
      "client_id":null,
      "event_user":"[email protected]"
   },
   "request_info": {
        "name": "Jack",
        "required": true,
        "id" : 49367567,
        "url": "https://localhost:8090"
    }
}