rollback_transaction
Revert an active transaction to undo all changes and restore the database to its state before the transaction began, using the transaction ID from begin_transaction.
Instructions
Rollback an active transaction
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| transactionId | Yes | The transaction ID returned by begin_transaction |