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