DELETE api/2.0/mailserver/notification/address/remove
Deletes an address for the tenant notifications specified in the request.
Name |
Description |
Type |
Example |
address
sent in body
|
Address name
|
string
|
some text
|
DELETE api/2.0/mailserver/notification/address/remove
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"address": "some text"
}
This method doesn't return any data.