delete_project#
- Project.delete_project(project)#
Delete a Sherlock project.
- Parameters:
project (str) – Name of the Sherlock project.
- Returns:
Status code of the response. 0 for success.
- Return type:
int
Examples
>>> from ansys.sherlock.core.launcher import launch_sherlock >>> sherlock = launch_sherlock() >>> sherlock.project.delete_project("Test Project")