delete_parts#

Model.delete_parts(part_ids)#

Delete parts and their contents.

Parameters:
part_idsIterable[int]

IDs of parts to delete.

Returns:
DeleteResults

Results from deleting parts and their contents.

Return type:

DeleteResults

Examples

>>> results = model.delete_parts(part_ids)