Delete Create Project File

Remove a file from a create project job. Only files for which no jobs are running can be deleted.

curl --request DELETE \
  --url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/create-project/{createProjectId}/files/{createProjectFileId} \
  --header 'x-jwt-token: REPLACE_KEY_VALUE'

Last updated

Was this helpful?