/mcpTo update the schedule set member, do the following: PUT https://<connection-server>/vmrest/schedulesets/<schedulesetobjectid>/schedulesetmembers/<schedulesetmember-objectid> Accept: application/json Content-Type: application/json Connection: keep-alive Request Body The following is the response from the above PUT request and the actual response will depend upon the information given by you: Response Code: 204 Deleting a Schedule Set Member To delete an existing schedule set member, an administrator makes a DELETE to the schedule set members resource, specifying the object ID of the schedule set member they wish to delete in the URI: DELETE https://<connection-server>/vmrest/schedulesets/<schedulesetobjectid>/schedulesetmembers/<schedulesetmember-objectid> Response Code: 204 JSON Example to delete an existing ScheduleSet Member: DELETE https://<connection-ip>/vmrest/schedulesets/<schedulesetobjectid>/schedulesetmembers/<schedulesetmember-objectid> Accept: application/json Connection: keep-alive Response Code: 204 Explanation of Data Fields Comments Operation Data Type Parameter The unique identifier of the ScheduleSet object to which the schedule belongs. Read Only String ScheduleSetObjectId URI of the ScheduleSet Read Only String ScheduleSetURI The unique identifier of the Schedule object that is a member of the schedule set Read Only String ScheduleObjectId URI of the Schedule Read Only String ScheduleURI A flag indicating whether the schedule is to be included or excluded from the schedule set. Default value is false Read/Write Boolean Exclude Cisco Unity Connection Provisioning Interface (CUPI) API 745 Cisco Unity Connection Provisioning Interface (CUPI) API for Schedules Deleting a Schedule Set Member