Last updated 10 months ago
Was this helpful?
If you have opened a debug stream, close it.
/api/{projectId}/device/{deviceId}/debug-stream/stop
Project ID
Device ID
curl -L \ --request POST \ --url 'https://studio.edgeimpulse.com/v1/api/{projectId}/device/{deviceId}/debug-stream/stop' \ --header 'x-api-key: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{"streamId":1}'
{ "success": true, "error": "text" }