/mcpThe following is the response from the above DELETE request and the actual response will depend upon the information given by you: Response Code: 204 The output for this request returns the successful response code. JSON Example To delete mailbox store, do the following: DELETE https://<connection-server>/vmrest/mailboxstores/<mailboxstore-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 Explanation of Data Fields The following chart lists all of the data fields: Description Operations Data Type Parameter The URI of the mailbox store. Read Only String URI The name of the mailbox database,such as "UnityMbxDb1". For external IMAP mailstores this value will be NULL. Read Only String (512) MailDatabase The name of the server on which the mailbox store resides. Read Only String (256) Server A globally unique, system-generated identifier for a MailboxStore object. Read Only String (36) ObjectId A flag indicating whether the mailbox store is mounted. You should check this setting before accessing the mailbox store database. Tools can set it to denote that a mailbox store is offline when offline database maintenance needs to be performed. Default Value: true Read/Write Boolean Mounted The method of encryption that Cisco Unity Connection will use on a mailbox store connection. Possible values are: • 0: No encryption. • 1: TLS level encryption. • 2: SSL encryption. • 3: IPSec encryption. Default Value: 0 Read Only String RequiredSecurity Cisco Unity Connection Provisioning Interface (CUPI) API 590 Cisco Unity Connection Provisioning Interface (CUPI) API--Message Aging Policy APIs Explanation of Data Fields