The leave-member command removes a Sky Node from the network.

JSON Input Data Format
{
    "id": string,
    "cloudid" string
}
id * Specifies the ID of the network.
cloudid * Specifies the ID of the Sky Node that will be removed from the network.
* Indicates a mandatory field.

Code Snippets
Here are several code snippets provided for your direct use. Simply select your preferred tool/language by clicking on it.


Successful Response
{
    "result": "OK",
    "payload": "The process was successfully completed"
}

Failed Response
{
    "result": "ERR",
    "message": "Error message ..."
}