Delete Groups REST Endpoints

Product Lifecycle Management/Delete Groups
A delete group allows group deletion of items, structures, components, new item requests, and change orders.
Check constraints for all entities in a delete group.
Method: post
Path: /fscmRestApi/resources/11.13.18.05/deleteGroups/action/checkConstraints
Create delete groups.
Method: post
Path: /fscmRestApi/resources/11.13.18.05/deleteGroups
Delete one delete group.
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/deleteGroups/{DeleteGroupSequenceId}
Get all delete groups.
Method: get
Path: /fscmRestApi/resources/11.13.18.05/deleteGroups
Get one delete group.
Method: get
Path: /fscmRestApi/resources/11.13.18.05/deleteGroups/{DeleteGroupSequenceId}
Submit entities in a delete group for deletion.
Method: post
Path: /fscmRestApi/resources/11.13.18.05/deleteGroups/action/submitForDelete
Update one delete group.
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/deleteGroups/{DeleteGroupSequenceId}