Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://api.truecold.io/sensor/many \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "ids": [ "<string>" ] } '
{ "message": "Sensors deleted successfully", "deletedCount": 123 }
API key for authentication. Contact your administrator to get an API key.
Array of sensor IDs to delete
Successfully deleted sensors
"Sensors deleted successfully"