Smartlead: remove an entry from the block list
smartlead_remove_domain_from_block_listDelete a blocked domain entry by its ID to re-enable outreach to that address. Confirm the entry first, because this action permanently removes the suppression record.
Instructions
Delete one entry from the global block list, re-enabling outreach to that domain or address. Safety — read-only: no; may consume SmartProspect credits: no; creates or modifies remote state: yes; can send email: no; destructive: yes. Endpoint: DELETE https://server.smartlead.ai/api/v1/leads/delete-domain-block-list. Classified as DESTRUCTIVE: it deletes a suppression record and re-enables sending to a previously blocked recipient. Requires unrestricted mode, SMARTLEAD_MCP_ALLOW_DESTRUCTIVE=true and confirm_destructive: true. Call smartlead_get_domain_block_list first to confirm which entry the ID refers to.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the block list entry to delete (from smartlead_get_domain_block_list). | |
| confirm_destructive | No | Must be true. Deleting a block list entry re-enables outreach to that domain. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| data | Yes | ||
| error | No | ||
| warnings | Yes | ||
| operation | Yes | ||
| pagination | Yes | ||
| credit_spending | Yes | ||
| remote_mutation | Yes |