Delete Lead Tags

Using this API, you can delete lead tags. All you need to provide is the lead tag name to delete it.

Scope required

  • ZohoMarketingAutomation.lead.DELETE

Other alternative scopes

  • ZohoMarketingAutomation.lead.WRITE (CREATE + UPDATE + DELETE)

  • ZohoMarketingAutomation.lead.ALL (CREATE + UPDATE + DELETE + READ)

Header:

Authorization: Zoho-oauthtoken <access_token>

Content-Type: application/x-www-form-urlencoded

Request type:

  • Post

Request URL

https://marketingautomation.zoho.com/api/v1/tag/delete

List of parameters

Parameter

Data type

Description

tagName*

String

A name to your tag

* - Mandatory parameters

Possible error cases

Error code

Description

903

Mandatory parameters are not found.

6613

Specified tag not found.

If your error code is not listed above, click here.

Sample request

Copiedhttps://marketingautomation.zoho.com/api/v1/tag/delete?tagName=interested

Sample Response

Copied{
    "code": "0",
    "message": "Tag deleted successfully",
    "version": "1",
    "uri": "/api/v1/tag/delete",
    "status": "success"
}