devicetype/delete

Deletes an existing network.

Request Message

Authorization

Access JSON Web Token (ManageDeviceType)

Message Representation

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

Message Parameters

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

Server Message

Message Representation

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

Message Parameters

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