Delete Single Campaign (Bulk Data) - Basic Authentication

Deletes bulk campaign data for a single campaign at a time based on the specified parameters. If you want to delete data from multiple campaigns at a time, use Delete Campaign Bulk Data (Basic Authentication)

👍

Note:

Make sure the admin setting 'API Authentication' is set to 'BASIC_AUTH', If you are using this API.

❗️

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 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"}

Language
URL
Click Try It! to start a request and see the response here!