Components REST Endpoints

Product Lifecycle Management/Delete Groups/Components
Item structure components added to a delete group for deletion.
Add a component
Method: post
Path: /fscmRestApi/resources/11.13.18.05/deleteGroups/{DeleteGroupSequenceId}/child/components
Get all components
Method: get
Path: /fscmRestApi/resources/11.13.18.05/deleteGroups/{DeleteGroupSequenceId}/child/components
Get one component
Method: get
Path: /fscmRestApi/resources/11.13.18.05/deleteGroups/{DeleteGroupSequenceId}/child/components/{DeleteEntitySequenceId}
Remove a component
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/deleteGroups/{DeleteGroupSequenceId}/child/components/{DeleteEntitySequenceId}