Clearing Vertex using Rest API

How to clear the vertices and edges, not delete them, just clear the values using Rest API?

@disha Can you explain a bit more in detail? Are you using an application (GraphStudio) to view the vertices and edges?

Hello, after uploading data into the vertex I want to remove the data in the vertex without deleting the vertex itself, using rest API. Is that possible?

@disha yes, just start another upsert with the same ID and setting attributes to default values (’’, 0, …)

2 Likes