delete_project#
- Project.delete_project(project)#
Delete a Sherlock project.
Available Since: 2022R2
- Parameters:
- project: str
Name of the Sherlock project.
- Returns:
- :
intStatus code of the response. 0 for success.
- Return type:
Examples
>>> from ansys.sherlock.core import launcher >>> sherlock, install_dir = launcher.launch_and_connect(transport_mode="wnua") >>> sherlock.project.delete_project("Test Project")