REST API
This section describes the removal of Neo4j REST API.
The REST API has been removed in Neo4j 4.0. Cypher commands and procedures must be used instead, either via the HTTP API, or via Bolt using the official drivers. |
The following HTTP endpoints were deprecated in Neo4j 3.4 and have now been removed:
-
/db/data/branch
-
/db/data/cypher
-
/db/data/index/node
-
/db/data/index/relationship
-
/db/data/labels
-
/db/data/node
-
/db/data/relationship
-
/db/data/relationship/types
-
/db/data/schema/constraint
-
/db/data/schema/index
-
/db/data/schema/relationship/constraint
Was this page helpful?