Delete a sensor
Delete a specific sensor by its id
Header Parameters
- Authorization string required
Token retrieved from the opensensemap API LogIn
- application/json
Request Body required
- id integer
the id of the sensor to delete
device object[]
array with the devices connected to the sensor to delete
device integerthe id of the device to connect
- translationIds array
array with all the translationIds to be deleted, that belong to the sensor
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
- info string
info text that indicates if the deleting of the sensor was successfull
{
"info": "string"
}