Delete a Tag

Purpose

To delete a tag from the module

Request URL

https://recruit.zoho.com/recruit/v2/settings/tags/{tag_id}

tag_id - The unique ID of the tag

Request Method

DELETE

Scope

scope=ZohoRECRUIT.settings.all
(or)
scope=ZohoRECRUIT.settings.tags.{operation_type}

Possible module namesPossible operation types
candidate, jobopening, submission, offers, interview, client, contact, department, vendors, application and custommodule.ALL - Full data access
WRITE - Edit tag data
DELETE - Delete tag data

Sample Request

Copiedcurl "https://recruit.zoho.com/recruit/v2/settings/tags/2000000035058"
-X DELETE
-H "Authorization: Zoho-oauthtoken 1000.8cb99dxxxxxxxxxxxxx9be93.9b8xxxxxxxxxxxxxxxf"

Sample Response

Copied{
    "tags": {
        "code": "SUCCESS",
        "details": {
            "id": 486812000001660114
        },
        "message": "tags deleted successfully",
        "status": "success"
    }
}