Delete Campaign Blocked Leads
Leads
Delete Campaign Blocked Leads
Removes leads from the blocked list of a specific campaign, allowing them to receive campaign messages again. This endpoint unblocks previously blocked LinkedIn profiles.
DELETE
Delete Campaign 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 blocked list of a specific campaign, allowing them to receive campaign messages again. This endpoint unblocks previously blocked LinkedIn profiles.Use Cases
- Unblock Contacts: Remove leads from the blocked list to allow outreach
- Correct Mistakes: Restore leads that were blocked by error
- Update Targeting: Re-enable contact with leads that now match your criteria
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 LinkedIn public identifiers to unblock.Request Body
The body should contain:- publicIdentifiers (required): Array of LinkedIn public identifiers to unblock
Public Identifiers
ThepublicIdentifiers field should contain LinkedIn profile identifiers (the username part of a LinkedIn URL). For example, from linkedin.com/in/john-doe, the public identifier would be john-doe.
Important Notes
- License Required: Pro or Agency license is required to use this endpoint
- The
publicIdentifiersarray is required and must not be empty - You can unblock multiple leads in a single request
- Unblocked leads will be able to receive campaign messages again
- This only affects the specific campaign’s blocked list
- This is a public route that requires API key authentication
Authorizations
API key for authentication. Generate from your WaLead dashboard.
Path Parameters
Campaign ID
Body
application/json
Public identifiers of leads to unblock
Array of LinkedIn public identifiers to block (e.g., 'john-doe' from linkedin.com/in/john-doe)