Delete Campaign
Permanently deletes a campaign and cascades to purge all related rows, with no need to archive first. This cannot be undone, so use archive_campaign instead when you want to preserve historical data. Returns not found if the campaign_id does not exist.
Example prompt: Permanently delete the test campaign q1-fintech-outreach
{
"campaign_id": "q1-fintech-outreach",
"deleted": true
}What you can build
Parameters
Inputs accepted by delete_campaign.
| Name | Type | Description |
|---|---|---|
| campaign_id | string | The campaign ID to delete (e.g. 'q1-fintech-outreach') |
Related tools
Archive Campaign
Archive a LinkedIn campaign to stop new actions while preserving all historical data. Reversible with unarchive, unlike permanent deletion.
Unarchive Campaign
Restore an archived LinkedIn campaign to active status. Idempotent, so re-running on an already-active campaign causes no error.
Get Campaign Details
Fetch one LinkedIn campaign with state, stats, health, and outreach config, or list all campaigns. Parallel slice loading via the include parameter.
The complete LinkedIn API. Ready when you are.
Connect your first LinkedIn profile in under 5 minutes. Every tool, every seat, no feature gates. Safe limits, warm-up, and full permission control built in.