Skip to main content

Neuralk.projects.delete

Neuralk.projects.delete(project)

Delete a project.

  • Parameters: project (str | Project) – The project object or its id to delete.
  • Raises: NeuralkException – If the project deletion fails.
  • Return type: None

On this page