/mcp<SipSecurityProfile> <Port>5070</Port> <DoTLS>true</DoTLS> </SipSecurityProfile> Response code: 204 Example 2 The following is a JSON example of the PUT request that modifies the SIP Profile: https://<connection_server>/vmrest/sipsecurityprofiles/<objectId> The actual response will depend upon the information given by you. { "Port": "5077", "DoTLS": "true" } Response code: 204 Deleting SIP Profiles The following is an example of the DELETE request that deletes a specified SIP Profiles as represented by <sipsecurityprofileid>: https://<server-ip>/vmrest/ sipsecurityprofiles/<objectId> The output for this request returns the successful response code. Response Code: 204 Cisco Unity Connection Provisioning Interface (CUPI) API 777 Cisco Unity Connection Provisioning Interface (CUPI) API for Telephony Integrations Deleting SIP Profiles