Removes conversations with the IDs specified in the request from the folders.
Name | Description | Type | Example |
ids
sent in body
|
List of conversation IDs | System.Collections.Generic.List{System.Int32} |
PUT api/2.0/mail/conversations/remove Host: yourportal.onlyoffice.com Content-Type: application/json Accept: application/json { "ids": [ 1234 ] }
List of removed conversation IDs