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 — REQUIREDThe unique transaction ID of the eSign session to cancel. |
| Request Body |
|---|
cancellationRequestor uuidThe 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 | |||||
|---|---|---|---|---|---|
200eSign session successfully canceled.
| |||||
400Bad request. The provided
| |||||
401Unauthorized. A valid Bearer token is required.
| |||||
403Forbidden. The authenticated user does not have permission to cancel this session.
| |||||
404No eSign session was found with the provided transaction ID.
| |||||
409Conflict. The eSign session is in a state that prevents cancellation.
| |||||
500Internal server error.
| |||||
503Service unavailable.
|