Problem deleting relations with space in name

Hi, i have relations where there is a space in the name, how do I correctly encapsulate the name to delete it? What unicode qupte marks are allowed?

match ()-[r:'Flare Vent']-() delete r;

see Reserved keywords - Cypher Manual and specifically enclose in backticks

1 Like

Note to @bent.s.lund this back tick notation is used in many other DB's.