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.
curl --request POST \
--url https://studio.edgeimpulse.com/v1/api/{projectId}/raw-data/delete-all/{category} \
--header 'x-jwt-token: REPLACE_KEY_VALUE'
Last updated
Was this helpful?