Forum Discussion
Gopikrishnan
7 years agoIdeator I
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
Amitosh_Tripathy
7 years agoIdeator I
I wrote a method with same logic, which I can run as server method and give the guid there
I also made Part CAD relation available in TOC to do the same by Admins