Delete device

Delete device

delete

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

Authorizations
Path parameters
projectIdintegerRequired

Project ID

deviceIdstringRequired

Device ID

Responses
200
OK
application/json
delete
DELETE /v1/api/{projectId}/device/{deviceId} HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Accept: */*
200

OK

{
  "success": true,
  "error": "text"
}

Last updated

Was this helpful?