Forum Discussion
Gopikrishnan
6 years agoAccelerator II
Hi
You can use AML Query to delete the relationship first and delete the CAD item.
<AML>
<Item action='delete' type='Part CAD' where="[Part_CAD].related_id ='1111111111111'">
<behavior>float</behavior>
</Item>
</AML>
Here Related ID is ID of the CAD item