Deleting an Attachment from a Change Issue
The following example shows how to delete an attachment from a Change Issue. Use the following DELETE URI.
URI
DELETE /Windchill/servlet/odata/ChangeMgmt/ProblemReports('OR:wt.change2.WTChangeIssue:266142')/Attachments('OR:wt.content.ApplicationData:266155') HTTP/1.1
Request Headers
Content-Type: application/json
CSRF_NONCE: <Use the value from Fetch NONCE example>
Successful deletion returns a 204 status code.