Overview | Service | Command |
Permanently deletes mapping for indicated device.
Authorization token required | true |
Admin Authorization token required | false |
<DeleteDeviceRequest> ## DeleteDeviceRequest
<device [id="..."] /> ## Id
</DeleteDeviceRequest>
The following table describes elements and attributes you can define within a
<DeleteDeviceRequest>
element:
XPath | Required / Optional | Description |
/device | Required (only 1) | Device ID |
/device@id | Optional (0 or 1) | Type:String ID |
<DeleteDeviceResponse> ## DeleteDeviceResponse
<device name="{name}" id="{id}" /> ## NameId
</DeleteDeviceResponse>
The following table describes elements and attributes you can define within a
<DeleteDeviceResponse>
element:
XPath | Required / Optional | Description |
/device | Required (only 1) | Information about deleted device |
/device@name | Required (only 1) | Type:String Name |
/device@id | Required (only 1) | Type:String ID |