DELETE api/2.0/crm/{entityType}/{entityid}/tag/group This function requires authentication

Description

Deletes the selected tag from the entity (company or person) specified in the request and from all the related contacts.

Parameters
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
Example
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"
}
Returns

Tag