Delete a FileContents

delete

/fscmRestApi/resources/11.13.18.05/processWorkOrders/{processWorkOrdersUniqID}/child/Operation/{WorkOrderOperationId}/child/Material/{WorkOrderOperationMaterialId}/child/MaterialAttachment/{MaterialAttachmentUniqID}/enclosure/FileContents

Delete a FileContents

Request

Path Parameters
  • This is the hash key of the attributes which make up the composite key for the Material Attachments resource and used to uniquely identify an instance of Material Attachments. The client should not generate the hash key value. Instead, the client should query on the Material Attachments collection resource in order to navigate to a specific instance of Material Attachments to get the hash key.
  • Value that uniquely identifies the work order operation. It's a primary key that the application generates when it creates the work order operation.
  • Value that uniquely identifies the material for the work order operation. It's a primary key that the application generates when it creates the material for the work order operation.
  • This is the hash key of the attributes which make up the composite key for the Process Work Orders resource and used to uniquely identify an instance of Process Work Orders. The client should not generate the hash key value. Instead, the client should query on the Process Work Orders collection resource in order to navigate to a specific instance of Process Work Orders to get the hash key.

There's no request body for this operation.

Back to Top

Response

Default Response

No Content. This task does not return elements in the response body.
Back to Top