[[rest-api-remove-properties-from-a-relationship]]
=== Remove properties from a relationship ===

.Final Graph
["dot", "Final-Graph-Remove-properties-from-a-relationship.svg", "neoviz"]
----
  N44 [
    label = "{Node\[44\]|name = \'Juliet\'\l}"
  ]
  N45 [
    label = "{Node\[45\]|name = \'Romeo\'\l}"
  ]
----

_Example request_

* *+DELETE+*  +http://localhost:7474/db/data/relationship/17+
* *+Accept:+* +application/json+

_Example response_

* *+204:+* +No Content+
[source,javascript]
----

----


