v1

latestOpenAPI 3.0.32026-07-171140286.6 KB
Api\SensorDefinitionController

api/sensordefinition/{id} DELETE Remove the specified sensordefinition

delete/api/sensordefinition/{id}

Headers

Authorizationstring
Content-Typestring
Acceptstring
Accept-languagestring

Request body

device_idinteger

Device ID that the Sensordefinition belongs to. Required if hardware_id, and device_hardware_id are not set.

hardware_idstring

Device hardware ID that the Sensordefinition belongs to. Required if device_id, and device_hardware_id are not set.

device_hardware_idstring

Device hardware ID that the Sensordefinition belongs to. Required if hardware_id, and device_id are not set.

Example request

{
  "device_id": 3,
  "hardware_id": "asperiores",
  "device_hardware_id": "nulla"
}