Last updated 11 months ago
Was this helpful?
Delete a device. When this device sends a new message to ingestion or connects to remote management the device will be recreated.
Project ID
Device ID
curl -L \ --request DELETE \ --url 'https://studio.edgeimpulse.com/v1/api/{projectId}/device/{deviceId}' \ --header 'x-api-key: YOUR_API_KEY'
{ "success": true, "error": "text" }