PUT api/2.0/mailserver/mailboxes/alias/remove
Remove alias from mailbox
Name |
Description |
Type |
Example |
mailbox_id
sent in body
|
id of mailbox
|
number
|
1234
|
address_id
sent in body
|
|
number
|
1234
|
PUT api/2.0/mailserver/mailboxes/alias/remove
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"mailbox_id": 1234,
"address_id": 1234
}