Remove Signature Request Access
POST https://api.hellosign.com/v3/signature_request/remove/:signature_request_id
Removes your access to a completed signature request. This action is not reversible.
The signature request must be fully executed by all parties (signed or declined to sign). Other parties will continue to maintain access to the completed signature request document(s).
Unlike /signature_request/cancel, this endpoint is synchronous and your access will be immediately removed. Upon successful removal, this endpoint will return a 200 OK response.
Additional information can be found here.
Request Body
[{"name"=>"signature_id", "value"=>"", "datatype"=>"null"}, {"name"=>"email_address", "value"=>"alice@example.com", "datatype"=>"string"}]