cURL
curl --request POST \ --url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/dataset/{dataset}/hide \ --header 'x-api-key: <api-key>'
{ "success": true, "error": "<string>" }
Hide a dataset (does not remove underlying data)
Organization ID
Dataset name
OK
The response is of type object.
object