removeRelationProperty
Remove properties from relationships in Neo4j database
Syntax
Description
removeRelationProperty(
        removes properties from one or more relationships in a Neo4j® database using a Neo4j database connection.neo4jconn,relation,propertyNames)
        returns updated relationship information as a relationinfo = removeRelationProperty(neo4jconn,relation,propertyNames)Neo4jRelation
        object for one relationship or as a table for multiple relationships.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2019a