TRY NEW VERSION

Try now New API BETA

Try out the new view and capabilities of the API documentation

START

PUT api/2.0/mail/contacts/remove This function requires authentication

Description

Removes the mail contacts with the IDs specified in the request.

Parameters
Name Description Type Example
ids
sent in body
List of mail contact IDs System.Collections.Generic.List{System.Int32}
Example
PUT api/2.0/mail/contacts/remove
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json

{
  "ids": [
    1234
  ]
}
Returns

List of removed mail contact IDs