Skip to main content
DELETE
/
sensor
/
{id}
Delete sensor
curl --request DELETE \
  --url https://api.truecold.io/sensor/{id} \
  --header 'x-api-key: <api-key>'
{
  "message": "Sensor deleted successfully"
}

Authorizations

x-api-key
string
header
required

API key for authentication. Contact your administrator to get an API key.

Path Parameters

id
string
required

Sensor ID

Response

Successfully deleted sensor

message
string
Example:

"Sensor deleted successfully"