Skip to main content

DeleteNodeResponseBody

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/DeleteNodeResponseBody.json
messagestringrequired

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
}