POST api/device/unlink

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
device
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "user": "sample string 1",
  "serialnumber": "sample string 2"
}

application/xml, text/xml

Sample:
<DeviceUnlinkBindingModel xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <user>sample string 1</user>
  <serialnumber>sample string 2</serialnumber>
</DeviceUnlinkBindingModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:

Sample not available.