REST API - setCalendarReferences - Delete Calendar Reference
The table summarizes the REST API - setCalendarReferences.
      Request
               
               
               
                  
                     | Format | 
                     DELETE <baseurl>/orgmodel/calendarrefs/<entityguid>/<version> 
 | 
                  
                  
                     | Path parameters | 
                     
                           - entityguid: The GUID of the organization model entity to which the calendar reference is to be removed. Can be obtained using getOrgModel
.
 
                           - version: The major version of the organization model in which the entity resides. Can be obtained using listOrgModelVersions
.
 
                         
 | 
                  
               
            
 
 
      Response
               
               
               
                  
                     | JSON | 
                     If successful, returns 200 OK in the response header, and an empty response body. | 
                  
                  
                     | XML | 
                     If successful, returns 200 OK in the response header, and an empty response body. | 
                  
               
            
 
 
      Example
               
               
               
                  
                     | Request | 
                     DELETE <baseurl>/orgmodel/calendarrefs/_jGi_kcxxEd-nOYM9N6WPrw/1 
 | 
                  
               
            
 
 
    
Copyright © Cloud Software Group, Inc. All rights reserved.