Skip to main content
DELETE
/
temperature_range
/
many
Delete multiple temperature_ranges
curl --request DELETE \
  --url https://api.truecold.io/temperature_range/many \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "ids": [
    "<string>"
  ]
}'
{
  "message": "Temperature_ranges deleted successfully",
  "deletedCount": 123
}

Authorizations

x-api-key
string
header
required

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

Body

application/json
ids
string[]

Array of temperature_range IDs to delete

Response

Successfully deleted temperature_ranges

message
string
Example:

"Temperature_ranges deleted successfully"

deletedCount
integer