Overview
Permanently deletes a lead list and all associated data. This action cannot be undone.Path Parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
lead_list_id | string | Yes | Lead list ID (lead_id) | Lecb6be7be43b4724 |
Response
Returns a204 No Content status on successful deletion.
Examples
Delete Lead List
Important Considerations
Before Deleting
- Check Linked QR Codes: Ensure no active QR codes are using this lead list
- Backup Data: Export any important lead data before deletion
- Notify Team: Inform team members about the deletion
- Consider Deactivation: Use the update endpoint to deactivate instead of delete
What Gets Deleted
- Lead list configuration
- All captured lead entries
- Webhook configurations
- Form settings and styling
What Remains
- QR codes that were linked to this lead list (they will have no lead list attached)
- Historical analytics data (if any)
Use Cases
- Cleanup: Remove unused or test lead lists
- Data Privacy: Delete lead lists containing sensitive information
- Account Management: Clean up old lead lists to stay within limits
- Compliance: Remove lead lists for GDPR or other compliance requirements
Permanent Action: Deleting a lead list is irreversible. All lead data and configurations will be permanently lost. Consider deactivating the lead list instead if you might need it later.
If you need to preserve the lead data, consider exporting it first or simply deactivating the lead list using the update endpoint.
Authorizations
API key authentication. Enter your API key directly in the Authorization header.
Path Parameters
Lead list ID (lead_id)
Response
Lead list deleted successfully