Rollback an open transaction

Given that you have an open transaction, you can send a rollback request. The server will roll back the transaction. Any attempt to run additional statements in this transaction will fail immediately.

Example request

  • DELETE http://localhost:7474/db/neo4j/tx/3

  • Accept: application/json;charset=UTF-8

Example response

  • 200: OK

  • Content-Type: application/json;charset=utf-8

{
  "results" : [ ],
  "errors" : [ ]
}