Deletes a group mapped item
delete
                    /learn.rest/v1/learnCenters/{learnCenterId}/groups/{groupId}/mappedItems
Request
Supported Media Types
                - application/json
 
Path Parameters
                - 
                    groupId: number
                    
                    Unique identifier of a Group.
 - 
                    learnCenterId: number
                    
                    Unique identifier of LearnCenter.
 
Group mapped item object that needs to be deleted.
                
                
                
                Root Schema : GroupMappedItemRequest
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            itemid: 
            string
            Maximum Length:
50unique identifier of the mapped item(learning plan/job profile/skill) - 
            itemtype: 
            string
            Allowed Values:
[ "learningplan", "jobprofile", "skill" ]the item type - 
            retainMapping(optional): 
            boolean
            Allowed Values:
[ true, false ]flag to retain mapping 
Example:
    
    
{
    "itemid":"83767656-81b2-422d-85c8-c0a4f7972620",
    "itemtype":"learningplan",
    "retainmapping":true
}Response
Supported Media Types
                - application/xml
 - application/json
 
200 Response
Deleted mapping of a group to an item.
                
                
                400 Response
Request has incorrect syntax or does not contain a field that is required.
                
                
                409 Response
Another resource with the same identifier already exists.
                
                
                500 Response
Internal server error.