pysyncrosim.project.Project.delete
- Project.delete(scenario=None, datasheet=None, ids=None, force=False)
Deletes a Project, Scenario, or data from a Project scope.
- Parameters:
scenario (Scenario, String, or Int, optional) – Scenario to delete. The default is None.
datasheet (String, optional) – Name of the datasheet to delete data from. The default is None.
ids (Int or String, optional) – IDs of the rows to delete. If None, deletes all data. The default is None.
force (Logical, optional) – If True, does not prompt the user to confirm deletion. The default is False.
- Return type:
None.