curl --request POST \
--url https://studio.edgeimpulse.com/v1/api/{projectId}/raw-data/data-explorer/clear \
--header 'x-api-key: <api-key>'
{
"success": true,
"error": "<string>"
}
Remove the current data explorer state
curl --request POST \
--url https://studio.edgeimpulse.com/v1/api/{projectId}/raw-data/data-explorer/clear \
--header 'x-api-key: <api-key>'
{
"success": true,
"error": "<string>"
}
Project ID
OK
The response is of type object
.