[[rest-api-remove-all-entries-with-a-given-node-and-key-from-an-index]]
=== Remove all entries with a given node and key from an index ===

.Final Graph
["dot", "Final-Graph-Remove-all-entries-with-a-given-node-and-key-from-an-index.svg", "neoviz"]
----
  N178 [
    label = "{Node\[178\]|kvkey2 = \'value2\'\lkvkey1 = \'value2\'\l}"
  ]
----

_Example request_

* *+DELETE+*  +http://localhost:7474/db/data/index/node/kvnode/kvkey2/178+
* *+Accept:+* +application/json+

_Example response_

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

----


