PUT api/2.0/mail/tags/{id}/unset
Removes the specified tag from messages
Name |
Description |
Type |
Example |
id
sent in url
|
Tag for removing id
|
number
|
1234
|
messages
sent in body
|
Messages id for removing.
|
System.Collections.Generic.List`1[System.Int32]
|
|
PUT api/2.0/mail/tags/1234/unset
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"messages": [
1234
]
}