Delete a Tag

This API can be used to delete tags.

Scope

  • ZohoCampaigns.contact.UPDATE

Request Type

  • GET

Request URL

  • https://campaigns.zoho.com/api/v1.1/tag/delete

API Limit

  • Duration: 5 mins
  • Number of Calls: 500
  • Lock Period: 30 mins

You can send 500 API calls per 5 minutes. If you hit this limit, you can't use this API for the next 30 minutes due to security reasons, but you can still use other APIs if their lock period hasn’t been reached.

List of Parameters

ParameterData TypeDescription
tagName*StringName of the tag.

Possible Errors

Error CodeDescription
903No mandatory fields in this URL.
9000Duplicate entry found.

Sample JSON Request

Copiedhttps://campaigns.zoho.com/api/v1.1/tag/delete?tagName=ZylkTag

Sample Response - Success

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

Sample Response - Failure

Copied{
    "code": "903",
    "message": "No mandatory fields in this URL",
    "version": "1",
    "uri": "/api/v1/tag/delete",
    "status": "failure"
}