curl --request POST \
--url https://api.example.com/api/var/sensor/remove \
--header 'Authentication: <authentication>' \
--header 'Content-Type: application/json' \
--data '
{
"id": "9b9d2ed12db54d3393fc87e04e5c9cc3,33911287f17e4d5297c3b7d65e0b957a,e1f9e0f0bb214a72b4cfb432cb9e77e2"
}
'