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.
- If the specified version does not exist, the operation will be aborted, and False will be returned.

required

Returns:

Type Description
bool

True if the operation succeeded, False otherwise.