devicetype/delete

Deletes an existing network.

Authorization

Access JSON Web Token (ManageDeviceType)

Request Topic and Payload

Topic

dh/request

Payload Representation

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

Payload Parameters

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

Response Topic and Payload

Topic

dh/response/devicetype/delete@{clientId}

Payload Representation

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

Payload Parameters

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