DELETE api/2.0/mail/display_images/address
Remove the address from trusted addresses.
Name |
Description |
Type |
Example |
address
sent in body
|
Address for removing
|
string
|
some text
|
DELETE api/2.0/mail/display_images/address
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"address": "some text"
}