Exa Websets

delete_enrichment

Delete an enrichment from a webset. This will remove all enriched data for this enrichment from all items.

Remote exa-labs/websets-mcp-server

Other tools also called delete_enrichment? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "websetId": {
      "type": "string",
      "description": "The ID or externalId of the webset"
    },
    "enrichmentId": {
      "type": "string",
      "description": "The ID of the enrichment to delete"
    }
  }
}