DELETE api/2.0/mailserver/notification/address/remove This function requires authentication

Description

Deletes an address for the tenant notifications specified in the request.

Parameters
Name Description Type Example
address
sent in body
Address name string some text
Example
DELETE api/2.0/mailserver/notification/address/remove
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json

{
  "address": "some text"
}
Returns

This method doesn't return any data.