Skip to main content

Cancel an eSign session

Cancels an entire eSign signature order. When canceled, participants are prevented from signing and notification emails are sent to affected signers. If signing order is disabled, all participants are notified. If signing order is enabled, only participants who have already completed signing and the current active signer are notified. The order status transitions to Canceled and an audit trail entry is recorded.

Path Parameters
transaction_id uuid REQUIRED

The unique transaction ID of the eSign session to cancel.

Request Body
cancellationRequestor uuid

The Participant ID (UUID) of the signer who initiated the cancellation. The participant's full name is resolved server-side and included in the cancellation notification email sent to all notified participants.

Responses
200

eSign session successfully canceled.

Schema OPTIONAL
id uuid

The eSign session ID.

transactionId uuid

The transaction ID associated with the canceled eSign session.

400

Bad request. The provided transaction_id is not a valid UUID, or the eSign session is in draft status and cannot be canceled.

Schema OPTIONAL
error object
statusCode number

status code

message string[]

List of documents

error string

status code

401

Unauthorized. A valid Bearer token is required.

Schema OPTIONAL
statusCode integer
message string
error string
403

Forbidden. The authenticated user does not have permission to cancel this session.

Schema OPTIONAL
statusCode integer
message string
error string
404

No eSign session was found with the provided transaction ID.

Schema OPTIONAL
statusCode integer
message string
error string
409

Conflict. The eSign session is in a state that prevents cancellation.

Schema OPTIONAL
statusCode integer
message string
error string
500

Internal server error.

Schema OPTIONAL
statusCode integer
message string
error string
503

Service unavailable.

Schema OPTIONAL
statusCode integer
message string
error string