The disable command disables an existing link and deactivates the network traffic.

JSON Input Data Format
{
    fromid: string,
    toid: string
}
fromid * Specifies the cloud ID from which the Sky Link is initiated.
toid * Specifies the cloud ID to which the Sky Link endpoint connects.
* 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 ..."
}