Neuralk.project_files.delete
Neuralk.project_files.delete(project_file)
Delete a project file.
- Parameters:
project_file (str | ProjectFile) – The project file object or its id to delete.
- Raises:
NeuralkException – If the project file deletion fails.
- Return type:
None