Delete tags
Deleting tags
Method | delete.tags |
---|---|
Description | Deleting tags |
Who has access | Partner, Customer |
You cannot delete system tags - tags with the lag "is_system" = true
Parameters of a request
Title | Type | Required | Description |
---|---|---|---|
access_token |
string | yes | Authentication session key |
id |
number | yes | Tag unique ID |
user_id |
number | no | Unique ID of an agent's customer user who makes request Is required for agentTo access a list of customer users, use the method "get.customer_users" |
JSON request structure
{
"jsonrpc":"2.0",
"id":"number",
"method":"delete.tags",
"params":{
"access_token":"string",
"id":"number",
"user_id":"number"
}
}
JSON reply structure
{
"jsonrpc":"2.0",
"id":"number",
"result":{
}
}
List of returning errors
Refer to the section "List of errors for the methods with the verb delete"