cURL
curl --request DELETE \ --url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/create-project/{createProjectId}/files/{createProjectFileId} \ --header 'x-api-key: <api-key>'
{ "success": true, "error": "<string>" }
Remove a file from a create project job. Only files for which no jobs are running can be deleted.
Organization ID
Create project job ID.
Create project job file ID.
OK
The response is of type object.
object