network/delete

Deletes an existing network.

Request Message

Authorization

Access JSON Web Token (ManageNetwork)

Message Representation

{
    "action": {string},
    "requestId": {object},
    "networkId": {int}
}

Message Parameters

Property NameRequiredTypeDescription
actionYesstringAction name: network/delete
requestIdNoobjectRequest unique identifier, will be passed back in the response message.
networkIdYesintNetwork unique identifier.

Server Message

Message Representation

{
"action": {string},
"status": {string},
"requestId": {object}
}

Message Parameters

Property NameTypeDescription
actionstringAction name: network/delete
statusstringOperation execution status (success or error).
requestIdobjectRequest unique identifier as specified in the request message.