cURL
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>" }
Deletes all samples for this project over a single category. Note that this does not delete the data from cold storage.
Project ID
Which of the three acquisition categories to download data from
training
testing
post-processing
OK
Whether the operation succeeded
Optional error description (set if 'success' was false)
Was this page helpful?