Delete Workspace Blocked Leads
Leads
Delete Workspace Blocked Leads
Removes leads from the workspace-level blocked list, allowing them to receive campaign messages again. This endpoint unblocks previously blocked LinkedIn profiles across all campaigns in the workspace.
DELETE
Delete Workspace Blocked Leads
Documentation Index
Fetch the complete documentation index at: https://docs.walead.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Removes leads from the workspace-level blocked list, allowing them to receive campaign messages again. This endpoint unblocks previously blocked LinkedIn profiles across all campaigns in the workspace.Use Cases
- Unblock Globally: Remove leads from workspace-wide blocked list
- Re-enable Contact: Allow previously blocked leads to be contacted again
- Correct Mistakes: Restore leads that were blocked by error
- Update Compliance List: Remove contacts from the exclusion list when appropriate
Authentication
All requests require an API key passed in thex-api-key header. You can generate your API key from the WaLead dashboard.
Example Request
Request Details
This endpoint requires an API key for authentication and accepts an array of blocked lead IDs to remove.Request Body
The body should be an array of strings containing the IDs of the blocked lead records to delete:Getting Blocked Lead IDs
Use theGET /v1/blocked-leads endpoint to retrieve the list of blocked leads with their IDs before attempting to delete them.
Important Notes
- The request body must be an array of blocked lead IDs (not public identifiers)
- The IDs must correspond to existing blocked lead records in your workspace
- You can unblock multiple leads in a single request
- Once unblocked, leads can be added to campaigns and receive messages
- This affects all campaigns in the workspace
- This is a public route that requires API key authentication
Workflow Example
- Call
GET /v1/blocked-leadsto retrieve blocked leads and their IDs - Identify which leads you want to unblock
- Call this endpoint with the array of IDs to remove them from the blocked list
Authorizations
API key for authentication. Generate from your WaLead dashboard.
Body
application/json
Array of blocked lead IDs to remove