Windchill REST Services > Windchill REST Services Domain Capabilities > Examples for Basic REST Operations > Examples for the PTC Manufacturing Process Management Domain > Deleting a Work Center to Operation Association
  
Deleting a Work Center to Operation Association
This example shows you how to delete an association between a Work Center and an operation. Use the following DELETE URI with the request body.
URI
DELETE Windchill/servlet/odata/MfgProcMgmt/Operations('OR:com.ptc.windchill.mpml.processplan.operation.MPMOperation:1414813')/OperationToWorkCenterLinks('OR:com.ptc.windchill.mpml.processplan.operation.MPMOperationToWorkCenterLink:1414835') HTTP/1.1
Request Headers
Content-Type: application/json
CSRF_NONCE: <Use the value from Fetch NONCE example>