DeleteNodeResponseBody
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/DeleteNodeResponseBody.jsonmessagestringrequired
Confirmation message
nodesDeletedint64required
Number of nodes deleted
relationshipsDeletedint64required
Number of relationships deleted
DeleteNodeResponseBody
{
"$schema": "https://example.com/schemas/DeleteNodeResponseBody.json",
"message": "string",
"nodesDeleted": 0,
"relationshipsDeleted": 0
}