cURL
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 }
API key for authentication. Contact your administrator to get an API key.
Array of temperature_range IDs to delete
Successfully deleted temperature_ranges
"Temperature_ranges deleted successfully"