DELETE api/2.0/mail/accounts
Deletes an account by email address specified in the request.
Name |
Description |
Type |
Example |
email
sent in body
|
Account email address
|
string
|
some text
|
DELETE api/2.0/mail/accounts
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"email": "some text"
}