Delete Node
⚠️ Note: nodes cannot be Deleted manually via MQTT API at the moment. node deletion is currently handled within the application.
Description
When a user Deletes an node through the application, the system emits a response containing the node details. This document outlines the response structure and relevant topic information for reference.
Response Topic
LYT/41e0d6b2-37de-43d8-a348-4ba94853b6cd/NODE/E/ACTION
Response Payload
Success Response
{
"message": "success",
"version": "v1.0",
"action": "delete",
"data": {
"node_address": 26637
}
}