Last updated 10 months ago
Was this helpful?
Disable a sample, ensuring that it is excluded from the dataset.
/api/{projectId}/raw-data/{sampleId}/disable
Project ID
Sample ID
curl -L \ --request POST \ --url 'https://studio.edgeimpulse.com/v1/api/{projectId}/raw-data/{sampleId}/disable' \ --header 'x-api-key: YOUR_API_KEY'
{ "success": true, "error": "text" }