{
"key": "test_data1",
"device_id": "8097eaa0-29a3-0f03-b8ef-8957af9e54e4"
}curl --location --request DELETE '/api/v1/telemetry/datas' \
--header 'x-token: {{x-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"key": "test_data1",
"device_id": "8097eaa0-29a3-0f03-b8ef-8957af9e54e4"
}'