Archive a Tag
Description
To update the status of an existing tag to be archived.
OAuth Scope:
SalesIQ.tags.CREATE
Method:
POST
URL
Copiedhttps://{zohosalesiq_server_uri}/api/v2/{screen-name}/tags/{tag-id}/archives
Example
Copiedhttps://salesiq.zoho.com/api/v2/zylker/tags/54000000002009/archives
Success Response
Copied{
url: "/api/v2/zylker/tags/54000000002009/archives",
object: "tags_config",
data:{
id : "54000000002009",
name : "China",
color : "#ff9807",
module : "conversations",
archived : true,
status : "achived",
modified_time: "1633353825877",
modifier : {
"name": "james",
"modified_time": "1633353825877",
"id": "11000000002001"
}
}
}