McDewey

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

Page 588

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

Delete the Interview Handler This request can be used to delete an interview handler specified by an object ID. DELETE: https://<connection-server>/vmrest/ handlers/interviewhandlers/<interviewhandler-objectid> The following is the response from the above DELETE request and the actual response will depend upon the information given by you: Response Code: 204 JSON Example To delete interview handler, do the following: Request URI: DELETE https://<connection-server>/vmrest/handlers/interviewhandlers/<interviewhandler-objectid> Accept: application/json Connection: Keep-alive The following is the response from the above DELETE request and the actual response will depend upon the information given by you: Response Code: 204 Updating the Interview Handler Example 1: Modify the Interview Handler The following is an example of the PUT request that can be used to modify the interview handler. PUT https://<connection-server>/vmrest/handlers/interviewhandlers/<interviewhandler-objectid> Request Body: <InterviewHandler> <UseCallLanguage>true</UseCallLanguage> <UseDefaultLanguage>false</UseDefaultLanguage> <Language>1033</Language> </InterviewHandler> 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 The Inherit Language field from the call is selected and the UseDefaultLanguage field will get updated in the database as the Language field is specified. Note JSON Example To update the interview handler, do the following: Cisco Unity Connection Provisioning Interface (CUPI) API 556 Cisco Unity Connection Provisioning Interface (CUPI) API--Interview Handler APIs Delete the Interview Handler

Image 1 from page 588