Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

Rolling Back Transactions

isubiker edited this page Nov 3, 2011 · 1 revision

Rolling Back Transactions

Transactions are rolled back by issuing a POST request to the /transaction/rollback endpoint and providing the transaction ID (txid) to be rolled back.

Request details

  • Endpoint: /transaction/rollback
  • Request type: POST
  • Parameters:
  • Returns
    • On success a 204 is returned
    • If the specified transaction does not exist or has expired, a 400 is returned.
Clone this wiki locally