Last updated 10 months ago
Was this helpful?
Hide a dataset (does not remove underlying data)
/api/organizations/{organizationId}/dataset/{dataset}/hide
Organization ID
Dataset name
curl -L \ --request POST \ --url 'https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/dataset/{dataset}/hide' \ --header 'x-api-key: YOUR_API_KEY'
{ "success": true, "error": "text" }