DELETE api/2.0/mailserver/groupaddress/addresses/remove
Removes an address with the ID specified in the request from the mail group.
Name |
Description |
Type |
Example |
mailgroup_id
sent in body
|
Mail group ID
|
number
|
1234
|
address_id
sent in body
|
Address ID
|
number
|
1234
|
DELETE api/2.0/mailserver/groupaddress/addresses/remove
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"mailgroup_id": 1234,
"address_id": 1234
}