DELETE v1/device/{deviceIdString}/firmware

Removes a supported firmware type for the specified device.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
deviceIdString

Device Id, in hexadecimal string representation

string

Required

Body Parameters

Firmware Information

DeviceFirmwareInfo
NameDescriptionTypeAdditional information
ManufacturerId

unsigned integer

None.

ProductId

unsigned integer

None.

ProfileId

unsigned integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ManufacturerId": 1,
  "ProductId": 2,
  "ProfileId": 3
}

application/xml, text/xml

Sample:
<DeviceFirmwareInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Kimin.Cloud.Api.Models">
  <ManufacturerId>1</ManufacturerId>
  <ProductId>2</ProductId>
  <ProfileId>3</ProfileId>
</DeviceFirmwareInfo>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.