DELETE api/2.0/crm/{entityType}/tag
Deletes the selected tag from the entity with the type specified in the request
Name |
Description |
Type |
Example |
entityType
sent in url
|
Entity type
|
string
|
some text
|
tagName
sent in body
|
Tag name
|
string
|
some text
|
DELETE api/2.0/crm/some+text/tag
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"tagName": "some text"
}