Delete Campaign

Using this API, you can delete campaigns.

Scope required

  • ZohoMarketingAutomation.campaign.DELETE

Other alternative scopes

  • ZohoMarketingAutomation.campaign.WRITE (CREATE + UPDATE + DELETE)
  • ZohoMarketingAutomation.campaign.ALL (CREATE + UPDATE + DELETE + READ)

Header:

Authorization: Zoho-oauthtoken <access_token>

Request Type

  • GET/POST

Request URL

https://marketingautomation.zoho.com/api/v1/deletecampaign

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
resfmtStringJSON
campaignkey*StringGet it from recentcampaigns response.

* - Mandatory parameters

Sample request

Copiedhttps://marketingautomation.zoho.com/api/v1/deletecampaign?campaignkey=[campaignkey]

Sample Response

Copied{
  "message": "success",
  "status": "success",
  "code": "0",
  "uri": "/api/v1/deletecampaign",
  "version": "1"
}