RemoveCompanies

View as Markdown
Remove up to **100** companies from your workspace's blacklist. - **ids** *(required)*: the entry ids to remove - the `entries[].id` values returned by 'AddCompanies', or the `id` of an item from 'GetCompanies'. 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 'GetCompanies'. Blacklisting the same company 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 'GetCompanies'.

Headers

X-API-KEYstringOptional

API key header using this scheme. Example: “X-API-KEY: {API_KEY}

Request

This endpoint expects an object.
idslist of integersRequired