Deletes a group mapped item
delete
                    /learn.rest/v1/learnCenters/{learnCenterId}/groups/{groupId}/mappedItems
Request
Supported Media Types
                - application/json
Path Parameters
                - 
                    groupId(required): number
                    
                    Unique identifier of a Group.
- 
                    learnCenterId(required): number
                    
                    Unique identifier of LearnCenter.
Group mapped item object that needs to be deleted.
                
                
                
                Root Schema : GroupMappedItemRequest
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectRequest object to Group Map an item
    
    
    
    
    Show Source
        - 
            itemid(required): 
            string
            Maximum Length:50Unique identifier of the mapped item(learning plan/job profile/skill).
- 
            itemtype(required): 
            string
            Allowed Values:[ "learningplan", "jobprofile", "skill" ]The item type of a Group mapped Item.
- 
            retainMapping: 
            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.