device/delete

Deletes an existing device.

Request Message

Authorization

Access JSON Web Token (RegisterDevice)

Message Representation

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

Message Parameters

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

Server Message

Message Representation

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

Message Parameters

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