delete_parts#
- Model.delete_parts(part_ids)#
Delete parts and their contents.
- Parameters:
- part_ids
Iterable
[int
] IDs of parts to delete.
- part_ids
- Returns:
DeleteResults
Results from deleting parts and their contents.
- Return type:
Examples
>>> results = model.delete_parts(part_ids)