Deletes the selected tag from the entity (company or person) specified in the request and from all the related contacts.
Name | Description | Type | Example |
entityType
sent in url
|
Entity type
Allowed values: company, person
|
string | some text |
entityid
sent in url
|
Entity ID | number | 1234 |
tagName
sent in body
|
Tag name | string | some text |
DELETE api/2.0/crm/%22some+text%22/1234/tag/group Host: yourportal.onlyoffice.com Content-Type: application/json Accept: application/json { "tagName": "some text" }
Tag