McDewey

Multi-vendor documentation library · semantic search · MCP endpoint at /mcp

Page 771

↗ View in doc context
page
771
source
unity-connection/rest-api/cupi/cupi.md
chunk_id
unity-connection::rest-api::cupi::cupi::735

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 Delete a Schedule Set This request can be used to delete an existing schedule set; an administrator makes a DELETE to the schedule sets resource, specifying the object ID of the schedule set they wish to delete in the URI. DELETE https://<connection-server>/vmrest/schedulesets/<scheduleset-objectid> Response Code: 204 JSON Example DELETE: https://<connection-ip>/vmrest/schedulesets/<scheduleset-objectid> Accept: application/json Connection: keep-alive Response Code: 204 Explanation of Data Fields Comments Operation Data Type Parameter Specifies a globally unique, system-generated identifier for a schedule set object. Read Only String ObjectId The unique identifier of the tenant to which the schedule set belongs. This field is reflected in the response only if the schedule set belongs to a particular tenant. Read Only String TenantObjectId Specifies the URI for schedule set. Read Only String URI Specifies the unique text name of this schedule set to be used when displaying entries in the administrative console and Cisco Personal Assistant. Read/Write String DisplayName The owner of this schedule set. If the owner is a LocationVMS, the unique identifiers of the LocationVMS object to which this schedule set (i.e., "system" schedule) belongs. Otherwise, this attribute is set to NULL. Read Only String OwnerLocationObjectId The owner of this schedule set. If the owner is a personal rule set, the unique identifier of the personal rule set to which this schedule set belongs. Otherwise, this attribute is set to NULL. Read Only String OwnerPersonalRuleSetObjectId Cisco Unity Connection Provisioning Interface (CUPI) API 739 Cisco Unity Connection Provisioning Interface (CUPI) API for Schedules Delete a Schedule Set