delete_parts Last update: 10.09.2025 Model.delete_parts(part_ids) Delete parts and their contents. Parameters: part_ids : IDs of parts to delete. Returns: DeleteResults : Results from deleting parts and their contents. Return type: DeleteResults Examples >>> results = model.delete_parts(part_ids)