Deleting an Existing Material Assignment Link
You can delete an existing material assignment link by specifying the material assignment link OID in the request URI.
Example: Deleting a Specific Material Assignment Link
The following example shows you how to delete a material assignment link object specified in the request URI.
Use the following DELETE request.
URI
DELETE /Windchill/servlet/odata/Sustainability/EngineeringMaterials('OR:wt.part.WTPart:564463')/MaterialAssignmentLinks('OR:wt.engineeringmaterial.MaterialAssignment:564483')
Request Headers
Content-Type: application/json
CSRF_NONCE: <Use the value from Fetch NONCE example>