PUT api/2.0/mailserver/mailboxes/alias/remove
Removes an alias from the mailbox with the ID specified in the request.
Name |
Description |
Type |
Example |
mailbox_id
sent in body
|
Mailbox ID
|
number
|
1234
|
address_id
sent in body
|
Mailbox address ID
|
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
}