delete_project#

Project.delete_project(project)#

Delete a Sherlock project.

Available Since: 2022R2

Parameters:
project: str

Name of the Sherlock project.

Returns:
:
int

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")