Remove all samples by category

Remove all samples by category

Deletes all samples for this project over a single category. Note that this does not delete the data from cold storage.

post

/api/{projectId}/raw-data/delete-all/{category}

Authorizations
Path parameters
projectIdintegerrequired

Project ID

categorystring · enumrequired

Which of the three acquisition categories to download data from

Options: training, testing, anomaly
Responses
curl -L \
  --request POST \
  --url 'https://studio.edgeimpulse.com/v1/api/{projectId}/raw-data/delete-all/{category}' \
  --header 'x-api-key: YOUR_API_KEY'
{
  "success": true,
  "error": "text"
}

Last updated

Was this helpful?