delete_campaign
Deletes a specified campaign from AgencyAnalytics using its campaign ID, returning a JSON confirmation of the removal.
Instructions
Delete a campaign (client) from AgencyAnalytics.
Args: campaign_id: The campaign ID to delete
Returns: JSON object with deletion result
Examples: - delete_campaign(campaign_id=123) - Delete campaign 123
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| campaign_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |