Transactions

Abort Transaction

Abort a transaction.

Abort is possible only for a transaction that is in one of the following states:

<ul> <li>Waiting for approval <li>Approved <li>Finalized for signing </ul>

The aborting user must be one of the following:

<ul> <li>The user who created the transaction <li>An admin <li>A legitimate approver </ul>

API users can abort only the transactions they created.

post/api/v1/transactions/{id}/abort

Path parameters

idstring uuid required

ID of the transaction to abort.

ID of the transaction to abort.

Response

Successful Response

Changes

No recorded changes to this endpoint across all 7 revisions of this API.