Delete a node
POST/node/delete
Deletes a node. It also deletes all the data submitted by that node and any other related resources on the platform.
Request
- application/json
Body
nodeid stringrequired
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
success boolean
error string
errorcode integer
{
"success": true,
"error": "string",
"errorcode": 0
}
Loading...