delete https://{domainname}/ca_apis/deleteCampaignDataBulkV2
Deletes bulk campaign data for a single campaign at a time based on the specified parameters.
To use this API with the help of a token, follow these steps:
- Generate the Token: Use the 'Generate Token' API to obtain an authentication token.
- Enter the Token ID: Navigate to the right section of this page, under the 'CREDENTIALS' tab. Here, input the generated token ID.
- With the token entered, pass the below header and body parameters:
Rate Limit:
This API allows 100 request per minute.
Possible Responses
Passing Invalid apiKey Value / Missing apiKey Value | {"status": "false","message": "Invalid User Details", "data": null} |
Passing Invalid Token Value | "{""status"": ""false"",""message"": ""Invalid Token"", ""data"": null}" |
Missing Token Value | {"status": "false","message": "Token Should Not be Null or Empty.","data": null} |
Passing expired Token | {"status": "false","message": "Token Expired","data": null} |
Requesting the API by passing the token in API when the API Authentication setting is set as BASIC_AUTH | "{""status"": ""false"",""message"": ""Api Key Should Not be Null or Empty."", ""data"": null}" |
Passing Invalid userName Value | {"status": "false", "message": "Invalid User Details", "data": null} |
Missing userName Value | "{""status"": ""false"",""message"": ""Username Should Not be Null or Empty."", ""data"": null}" |
Passing Invalid campaignName Value | {"status": "error", "messages": "Invalid campaign details"} |
Missing campaignName Value | {"status": "error", "messages": "CampaignName should not be null are empty"} |
Passing Invalid Status Value / Missing Status Value | {"status": "error","message": "Status should be only Success/Fail/Pending/0"} |