Skip to main content
DELETE
Disassociates email accounts from a campaign’s sender rotation pool Does NOT delete accounts themselves - only removes from this campaign

Overview

Disassociates email accounts from a campaign’s sender rotation pool Key Features:
  • Validates at least one account remains if campaign is ACTIVE (returns error if trying to remove all)

Path Parameters

number
required
The campaign ID

Query Parameters

string
required
Your SmartLead API key

Request Body

array
required
Array of email account IDs to removeExample: [456, 457]

Response Codes

Success
Request successful
Bad Request
Invalid request parameters or malformed request body
Unauthorized
Invalid or missing API key. Check your authentication.
Not Found
The requested resource (campaign, lead, email account, etc.) does not exist or you don’t have access to it
Validation Error
Request validation failed. Check parameter types, required fields, and value constraints.
Rate Limit Exceeded
Too many requests. Please slow down and retry after the rate limit resets.
Internal Server Error
Server error occurred. Please try again or contact support if the issue persists.
Service Unavailable
API is temporarily unavailable or under maintenance. Please try again later.
Removing email accounts may affect campaign delivery if no other accounts are available. Ensure at least one account remains connected.

When to Remove Accounts

  • Account reputation declined
  • Account disconnected or failed
  • Rebalancing account usage
  • Account no longer available

Implementation Details

Cannot remove all accounts from active campaign. Pause campaign first or add replacement accounts. Response Format: object