/mcpThe following is the response from the above POST request and the actual response will depend upon the information given by you: Response Code: 201 /vmrest/users/39871e30-849a-4dcf-b868-2faf360d503a/userroles/f4d0f1ef-a8c6-454a-8cf0-0e8db7bb2b15 Delete Role of User DELETE https://<connection-server>/vmrest/users/<user-objectid>/userroles/<userrolesId> 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 DELETE https://<connection-server>/vmrest/users/<user-objectid>/userroles/<userroleid> 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 Explanation of Data Fields Comments Data Type Operations Parameter A globally unique, system-generated identifier for a particular role of user Read Only String(36) ObjectId URI of the User object (subject) to which this role is assigned. Read Only String UserId The unique identifier of the User object (subject) to which this role is assigned. Read Only String(36) UserObjectId The unique identifier of the Role object that specifies the privileges to be granted to the subject, for the target. For example, the role could be a "Technician." Read/Write String(36) RoleObjectId The name of the role. Read Only String(64) RoleName URI of the particular role Read Only String RoleURI The alias of the user Read Only String(64) Alias Cisco Unity Connection Provisioning Interface (CUPI) API 187 Cisco Unity Connection Provisioning Interface (CUPI) API -- User Roles Delete Role of User