DELETE CAMPAIGNS
GET /api/deletecampaigns
GET METHOD:
https://rest.adtrax.org/api/deletecampaigns?authorized_uid={YOUR_UID}&authorized_rest_api_key={YOUR_API_KEY}&campaign_id={campaign_id}
Result example :
[
{
"status":"success"
}
]
QUERY PARAMETERS
| Field | Type | Description |
|---|---|---|
| campaign_id | String | (optional) campaign_id to delete |