clean_all_entities() function
Deletes all entities associated with the specified version. This function cleans all entities, including jobs, submissions, scenarios, cycles, sequences, tasks, and data nodes.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
version_number |
str
|
The version number of the entities to be deleted. |
required |
Returns:
Type | Description |
---|---|
bool
|
True if the operation succeeded, False otherwise. |