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