Skip to main content

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

Body

    nodeid stringrequired

Responses

OK

Schema
    success boolean
    error string
    errorcode integer
Loading...