DELETE api/2.0/mail/accounts
Deletes account by email.
Name |
Description |
Type |
Example |
email
sent in body
|
Email the account to delete
|
string
|
some text
|
DELETE api/2.0/mail/accounts
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"email": "some text"
}
MailOperationResult object