POST
/
api
/
{projectId}
/
raw-data
/
delete-all
/
{category}
Remove all samples by category
curl --request POST \
  --url https://studio.edgeimpulse.com/v1/api/{projectId}/raw-data/delete-all/{category} \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "error": "<string>"
}

Authorizations

x-api-key
string
header
required

Path Parameters

projectId
integer
required

Project ID

category
enum<string>
required

Which of the three acquisition categories to download data from

Available options:
training,
testing,
post-processing

Response

200 - application/json

OK

The response is of type object.