Skip to main content

Unarchive Tag

Description

To update the status of the archived tag to be unarchived.

OAuth Scope:

SalesIQ.tags.DELETE

Method: 

DELETE

URL

Copiedhttps://{zohosalesiq_server_uri}/api/v2/{screen-name}/tags/{tag-id}/archives

Request

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 : false,
            status : "unarchived",
            modified_time: "1633353825877",
            modifier : {
                "name": "james",
                "modified_time": "1633353825877",
                "id": "11000000002001"
          }
     }
}