Overview
Delete a single prospect and all associated conversation data. This operation removes the prospect from the campaign and permanently deletes all related messages, tasks, and analytics data. This action cannot be undone.Path Parameters
The unique identifier of the prospect to delete
Use Cases
- Data Cleanup: Remove invalid or duplicate prospects
- Compliance: Delete prospects who requested removal
- Quality Control: Remove prospects that don’t meet criteria
- Campaign Optimization: Remove unresponsive prospects
Important Considerations
Permanent Deletion: This operation permanently deletes:
- Prospect profile and contact information
- All conversation history and messages
- All scheduled tasks and follow-ups
- All analytics data related to this prospect
- All webhook events for this prospect
Response Structure
Testing Example
Error Responses
Prospect Not Found
Access Denied
Active Conversation
Pre-Deletion Checklist
Before deleting a prospect, consider:- Export Data: Save important conversation history
- Pause Prospect: Stop active outreach activities
- Check Qualification: Verify if prospect was qualified
- Update CRM: Sync status with external systems
- Team Notification: Inform relevant team members
Cascade Deletion Details
When a prospect is deleted, the following data is automatically removed:Prospect Data
- Profile information and LinkedIn data
- Additional fields and enrichment data
- Contact information and preferences
Conversations
- All chat records and message history
- AI-generated responses and templates
- Response tracking and engagement metrics
Tasks
- Scheduled outreach tasks
- Follow-up reminders
- Automation triggers
Analytics
- Individual prospect performance data
- Engagement metrics and activity logs
- Qualification tracking data
Campaign Statistics
Campaign statistics are automatically updated to reflect the deletion:- Total prospects count decreased
- Message counts adjusted
- Qualification metrics recalculated
Best Practices
- Data Export: Always export critical data before deletion
- Batch Processing: For multiple deletions, use bulk delete endpoint
- Audit Trail: Keep records of deleted prospects for compliance
- Alternative Actions: Consider pausing instead of deleting
- Team Communication: Notify team members of deletions
Alternative Actions
Instead of deletion, consider these alternatives:Pause Prospect
Disqualify Prospect
Move to Different Campaign
Use the campaign update endpoint to transfer the prospect to another campaign while preserving data.Recovery Options
No Recovery Available: Once a prospect is deleted, it cannot be recovered. To restore functionality:
- Re-add the prospect to the campaign
- Restart the conversation from the beginning
- Rebuild any custom data or notes
Bulk Operations
For deleting multiple prospects, use the bulk deletion endpoint:- More efficient for large operations
- Better error handling for partial failures
- Detailed results for each deletion attempt
Integration Considerations
When integrating prospect deletion:- Webhook Events: Deletion triggers webhook events if configured
- CRM Sync: Update external CRM systems accordingly
- Analytics Impact: Consider impact on historical analytics
- Automation Rules: Update any automation rules referencing the prospect
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.