Skip to main content

api.DeleteNodeResponse

api.DeleteNodeResponse API schema defining 2 fields, including message and node id.

messagestring

Message provides additional context about the deletion

node_idstring

NodeID is the ID of the deleted node

api.DeleteNodeResponse
{
"message": "string",
"node_id": "string"
}