cURL
curl --request DELETE \ --url https://studio.edgeimpulse.com/v1/api/{projectId}/device/{deviceId} \ --header 'x-api-key: <api-key>'
{ "success": true, "error": "<string>" }
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
OK
The response is of type object.
object