cURL
curl --request POST \ --url https://studio.edgeimpulse.com/v1/api/{projectId}/device/{deviceId}/debug-stream/stop \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "streamId": 123 }'
{ "success": true, "error": "<string>" }
If you have opened a debug stream, close it.
Project ID
Device ID
OK
The response is of type object.
object