Last updated 10 months ago
Was this helpful?
Delete a file from a dataset
/api/organizations/{organizationId}/dataset/{dataset}/files/delete
Organization ID
Dataset name
S3 path (within the portal)
curl -L \ --request POST \ --url 'https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/dataset/{dataset}/files/delete' \ --header 'x-api-key: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{"path":"text"}'
{ "success": true, "error": "text" }