Bulk delete sender accounts
Sender Accounts
Bulk delete sender accounts
Delete multiple sender accounts asynchronously
Delete up to 100 sender accounts with background processing.
Behavior
- ColdSend Native inboxes: Removes from Azure Communication Services and Mailcow, then deletes from database
- Workspace/SMTP inboxes: Removes IMAP registration and deletes from database only
- Campaign check: Accounts used in campaigns will be skipped
Tracking Progress
Use the returned job_id to track progress:
GET /api/public/v1/sender-accounts/bulk/delete/{job_id}/progress
Important Notes
- Maximum 100 accounts per request
- Processing runs in background
- Returns immediately with a job_id
- Requires explicit confirmation
POST
Bulk delete sender accounts
Authorizations
API key with format cs_live_xxx
Body
application/json
Response
Bulk deletion initiated
Response for bulk sender account deletion.
Total accounts in request
Number of successfully deleted accounts
Number of failed deletions
Job ID for tracking progress
Number of skipped accounts (not found, in use)
Individual deletion results

