DELETE
/
temperature_range
/
:id
Delete temperature_range
curl --request DELETE \
  --url http://localhost:8080/temperature_range/:id \
  --header 'x-api-key: <api-key>'
{
  "message": "Temperature_range 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

Temperature_range ID

Response

Successfully deleted temperature_range

The response is of type object.