Delete Device

Delete a device. When this device sends a new message to ingestion or connects to remote management the device will be recreated.

curl --request DELETE \
  --url https://studio.edgeimpulse.com/v1/api/{projectId}/device/{deviceId} \
  --header 'x-jwt-token: REPLACE_KEY_VALUE'

Last updated

Was this helpful?