# Delete Lookup Configuration Delete a lookup configuration of the current user. Endpoint: DELETE /configurations/businesspartnerlookup/{configurationId} Version: 3 Security: apiKey ## Path parameters: - `configurationId` (string, required) ID of the configuration. Example: "c074b9f3-abf0-4f8e-9a20-74deb6cfa2a4" ## Response 200 fields (application/json): - `id` (string) Uniquely identifies a configuration. Example: "c074b9f3-abf0-4f8e-9a20-74deb6cfa2a4" - `name` (string) Display name for a configuration. Example: "Client configuration." - `version` (integer) Version number of the configuration. Example: 1 - `configuration` (object) Defines the configuration settings for a Business Partner lookup process. - `configuration.limit` (integer) Number of items per page. Example: "10" - `configuration.dataSource` (string) Unique identifier for a Data Source of the Storage. Example: "648824a691d8d2503d65103e" - `configuration.dataSources` (array) Filter data sources used during lookup. Example: ["VIES"] - `configuration.matchingClassifications` (array) - `configuration.matchingClassifications.countryScope` (object, required) Matching classification countries scope. - `configuration.matchingClassifications.countryScope.shortNames` (array) Example: ["CH"] - `configuration.matchingClassifications.businessPartnerThreshold` (object, required) Matching classification thresholds. - `configuration.matchingClassifications.businessPartnerThreshold.fullMatch` (number, required) Matching classification threshold. Example: 0.75 - `configuration.matchingClassifications.businessPartnerThreshold.maybeMatch` (number, required) Matching classification threshold. Example: 0.75 - `configuration.matchingClassifications.addressThreshold` (object, required) Matching classification thresholds. - `configuration.matchingThreshold` (number) Matching threshold for the lookup process. Example: "0.5" - `configuration.maxCandidates` (integer) Maximum number of candidates to be returned. Example: "50" - `configuration.pageSize` (integer) Number of items per page. Default 10. Example: "10" - `configuration.storagesDataSources` (array) List of Data Mirrors and Data Sources to be included during lookup. - `configuration.storagesDataSources.storageId` (string) Unique identifier of the Storage. Example: "72d6900fce6b326088f5d9d91049e3e6" - `configuration.storagesDataSources.dataSources` (array) IDs of Data Sources in specified Data Mirror to be included during lookup. Leave empty to include all Data Dources. Example: ["648824a691d8d2503d65103e"] - `configuration.featuresOn` (array) List of features to be activated. Enum: "ACTIVATE_IDENTIFIER_ONLY_MATCH", "ACTIVATE_DATASOURCE_STORAGES", "ACTIVATE_DATASOURCE_GOOGLEPLACES", "ACTIVATE_DATASOURCE_ZEFIX", "ACTIVATE_DATASOURCE_NLBR", "ACTIVATE_DATASOURCE_CDL", "ACTIVATE_DATASOURCE_DNB", "ACTIVATE_DATASOURCE_BZST", "ACTIVATE_DATASOURCE_VIES_FOR_ES", "ACTIVATE_DATASOURCE_BVD", "ENABLE_IDENTIFIER_DERIVATION", "ENABLE_TRANSLITERATION_MATCHING", "FORCE_EXTERNAL_CALL", "MATCHING_SCORE_CALCULATION", "LAB_ALLOW_BIG_CANDIDATES", "LAB_ALLOW_LONG_EXTERNAL_CALLS", "LAB_PREFIX_QUERY", "SHOW_DEBUG_INFO", "SHOW_FORMATTED_ADDRESS", "SHOW_FORMATTED_SAP_RECORD", "SHOW_GOLDENRECORD_STANDARD", "SHOW_GOLDENRECORD_QUICK", "GOLDENRECORD_INLINE", "GOLDENRECORD_INLINE_SORTED", "SHOW_INCOMPLETE_CANDIDATES", "SHOW_REGISTERED_INDIVIDUAL", "SHOW_SUBSCRIPTION_METADATA", "FORCE_DATA_SOURCES_INTERSECTION", "ACTIVATE_MASTER_DATA_BASIC_BVD", "ACTIVATE_MASTER_DATA_EXTENDED_BVD", "ACTIVATE_FINANCIAL_RISK_DATA_BVD", "ACTIVATE_OWNERSHIP_DATA_BVD" - `configuration.featuresOff` (array) List of features to be deactivated. Enum: "ACTIVATE_IDENTIFIER_ONLY_MATCH", "ACTIVATE_DATASOURCE_STORAGES", "ACTIVATE_DATASOURCE_GOOGLEPLACES", "ACTIVATE_DATASOURCE_ZEFIX", "ACTIVATE_DATASOURCE_NLBR", "ACTIVATE_DATASOURCE_CDL", "ACTIVATE_DATASOURCE_DNB", "ACTIVATE_DATASOURCE_BZST", "ACTIVATE_DATASOURCE_VIES_FOR_ES", "ACTIVATE_DATASOURCE_BVD", "ENABLE_IDENTIFIER_DERIVATION", "ENABLE_TRANSLITERATION_MATCHING", "FORCE_EXTERNAL_CALL", "MATCHING_SCORE_CALCULATION", "LAB_ALLOW_BIG_CANDIDATES", "LAB_ALLOW_LONG_EXTERNAL_CALLS", "LAB_PREFIX_QUERY", "SHOW_DEBUG_INFO", "SHOW_FORMATTED_ADDRESS", "SHOW_FORMATTED_SAP_RECORD", "SHOW_GOLDENRECORD_STANDARD", "SHOW_GOLDENRECORD_QUICK", "GOLDENRECORD_INLINE", "GOLDENRECORD_INLINE_SORTED", "SHOW_INCOMPLETE_CANDIDATES", "SHOW_REGISTERED_INDIVIDUAL", "SHOW_SUBSCRIPTION_METADATA", "FORCE_DATA_SOURCES_INTERSECTION", "ACTIVATE_MASTER_DATA_BASIC_BVD", "ACTIVATE_MASTER_DATA_EXTENDED_BVD", "ACTIVATE_FINANCIAL_RISK_DATA_BVD", "ACTIVATE_OWNERSHIP_DATA_BVD" - `configuration.dataMatchingDefinitionId` (string) ID of the Data Matching definition. Example: "6461e6113b1865304b3038b6" - `createdAt` (string) Date of creation (ISO 8601-compliant). Example: "2025-09-12T14:57:59Z" - `modifiedAt` (string) Date of modification (ISO 8601-compliant). Example: "2025-09-12T14:57:59Z" - `createdBy` (string) Creator of a resource. Example: "76248934691294444"