DELETE api/Sensor/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
SensorModelName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
Manufacturer | string |
None. |
|
Model | string |
None. |
|
DateCreated | date |
Data type: Date |
Response Formats
application/json, text/json
Sample:
{ "Id": "1ab10d11-e1b6-45d5-a91d-24925985d57c", "Manufacturer": "sample string 2", "Model": "sample string 3", "DateCreated": "2025-01-22T21:08:46.0896811+01:00" }
application/xml, text/xml
Sample:
<SensorModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WaterLab.Models"> <DateCreated>2025-01-22T21:08:46.0896811+01:00</DateCreated> <Id>1ab10d11-e1b6-45d5-a91d-24925985d57c</Id> <Manufacturer>sample string 2</Manufacturer> <Model>sample string 3</Model> </SensorModel>