[[rest-api-delete-all-properties-from-node]]
=== Delete all properties from node ===

.Final Graph
["dot", "Final-Graph-Delete-all-properties-from-node.svg", "neoviz"]
----
  N27 [
    label = "{Node\[27\]|}"
  ]
----

_Example request_

* *+DELETE+*  +http://localhost:7474/db/data/node/27/properties+
* *+Accept:+* +application/json+

_Example response_

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

----


