RemoveLeads
Remove up to **100** leads from your workspace's blacklist.
- **ids** *(required)*: the entry ids to remove - the `entries[].id` values returned by 'AddLeads', or the `id` of an item from 'GetLeads'. At least one id is required, and at most 100 per call.
Removal is a soft delete: the entry stops excluding leads immediately and disappears from 'GetLeads'. Blacklisting the same person again restores that same entry rather than creating a new one - you get the original id back with `created: false`. Ids that do not belong to your workspace are ignored.
A successful call returns `200` with an empty response body. Confirm a removal by re-reading 'GetLeads'.
Headers
X-API-KEY
API key header using this scheme. Example: “X-API-KEY: {API_KEY}”
Request
This endpoint expects an object.
ids

