Last updated 10 months ago
Was this helpful?
Delete a single file from a data item.
/api/organizations/{organizationId}/data/{dataId}/download
Organization ID
Data ID
File name
curl -L \ --request DELETE \ --url 'https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/data/{dataId}/download?fileName=text' \ --header 'x-api-key: YOUR_API_KEY'
{ "success": true, "error": "text" }