Delete a device by its address
Request samples
curl --location -g --request DELETE 'https://iot.exati.com.br/talq/devices/{{device-uuid}}?clientAddress={{gateway-uuid}}'
Responses
application/json
The device thas has been deleted
[
{
"address": "string",
"name": "string",
"class": "string",
"functions": [
{
"id": "string",
"type": "BasicFunction"
}
]
}
]
Modified at 2025-07-30 17:02:21