Deleting Multiple MPMStandardCCToProcessPlanLinks
To delete existing single or multiple MPMStandardCCToProcessPlanLinks, you must first check out the Standard CC object.
You can delete the MPMStandardCCToProcessPlanLinks by specifying the link OIDs in the request body.
 
To delete an MPMStandardCCToProcessPlanLink, you must specify only the latest iteration of a revision of a Standard CC object.
This example shows you how to delete two MPMStandardCCToProcessPlanLink objects specified in the request body. Use the following POST URI with the request body.
URI
POST /Windchill/servlet/odata/MfgProcMgmt/StandardCCs('OR:com.ptc.windchill.mpml.pmi.MPMStandardCC:196098')/PTC.MfgProcMgmt.deleteMPMStandardCCToProcessPlanLinks
Request Headers
Content-Type: application/json
CSRF_NONCE: <Use the value from Fetch NONCE example>
Request Body
{
"LinksOIDs": [
{
"ID": "OR:com.ptc.windchill.mpml.pmi.MPMStandardCCToProcessPlanLink:214047"
},
{
"ID": "OR:com.ptc.windchill.mpml.pmi.MPMStandardCCToProcessPlanLink:214065"
}
]
}