Deleting Multiple MPMStdCCUsageToProcessPlanLinks
To delete existing single or multiple MPMStdCCUsageToProcessPlanLinks, you must first check out the Operation object.
You can delete the MPMStdCCUsageToProcessPlanLinks by specifying the MPMStdCCUsageToProcessPlanLink OIDs in the request body.
This example shows you how to delete two MPMStdCCUsageToProcessPlanLink objects specified in the request body. Use the following POST URI with the request body.
URI
POST /Windchill/servlet/odata/MfgProcMgmt/deleteMPMStdCCUsageToProcessPlanLinks
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.MPMStdCCUsageToProcessPlanLink:273276"
},
{
"ID": "OR:com.ptc.windchill.mpml.pmi.MPMStdCCUsageToProcessPlanLink:273277"
}
]
}