Skip to main content
DELETE
/
api
/
v1
/
iot
/
devices
/
{deviceId}
Deregister IoT device
curl --request DELETE \
  --url http://localhost:3000/api/v1/iot/devices/{deviceId} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

JWT obtained from POST /api/v1/auth/login.

Path Parameters

deviceId
string
required

deviceId identifier

Response

OK

message
string