# Delete Configuration Delete an email verification configuration. Endpoint: DELETE /configurations/emailverification/{configurationId} Version: 1 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) Represents an email verification configuration. - `configuration.disposableMailChecker` (object, required) Configuration for the disposable mail checker. - `configuration.disposableMailChecker.isEnabled` (boolean, required) Indicates whether the checker is enabled. Example: true - `configuration.disposableMailChecker.isRiskCalculationEnabled` (boolean, required) Indicates whether the risk calculation for given checker is enabled. Example: true - `configuration.disposableMailChecker.disposableFactorWeight` (integer, required) The weight of the factor in the risk score calculation. Example: 20 - `configuration.dnsblChecker` (object, required) Configuration for the DNSBL checker. - `configuration.dnsblChecker.dnsblFactorWeight` (integer, required) The weight of the factor in the risk score calculation. Example: 20 - `configuration.freemailChecker` (object, required) Configuration for the freemail checker. - `configuration.freemailChecker.freemailFactorWeight` (integer, required) The weight of the factor in the risk score calculation. Example: 20 - `configuration.roleCategoryChecker` (object, required) Configuration for the role category checker. - `configuration.whoisChecker` (object, required) Configuration for the WHOIS checker. - `configuration.whoisChecker.newBornDomainFactorWeight` (integer, required) The weight of the factor in the risk score calculation. Example: 20 - `configuration.whoisChecker.youngDomainFactorWeight` (integer, required) The weight of the factor in the risk score calculation. Example: 20 - `configuration.whoisChecker.oldDomainFactorWeight` (integer, required) The weight of the factor in the risk score calculation. Example: 20 - `configuration.whoisChecker.notPublicFactorWeight` (integer, required) The weight of the factor in the risk score calculation. Example: 20 - `configuration.whoisChecker.youngDomainAgeThreshold` (integer, required) The threshold in days for age of a domain. Example: 365 - `configuration.whoisChecker.oldDomainAgeThreshold` (integer, required) The threshold in days for age of a domain. Example: 365 - `configuration.sharedEmailChecker` (object, required) Configuration for the shared email checker. - `configuration.sharedEmailChecker.sharedEmailAddressFactorWeight` (integer, required) The weight of the factor in the risk score calculation. Example: 20 - `configuration.dataBreachChecker` (object, required) Configuration for the data breach checker. - `configuration.dataBreachChecker.recentDataBreachFactorWeight` (integer, required) The weight of the factor in the risk score calculation. Example: 20 - `configuration.dataBreachChecker.youngDataBreachFactorWeight` (integer, required) The weight of the factor in the risk score calculation. Example: 20 - `configuration.dataBreachChecker.oldDataBreachFactorWeight` (integer, required) The weight of the factor in the risk score calculation. Example: 20 - `configuration.dataBreachChecker.breachWithPasswordFactorWeight` (integer, required) The weight of the factor in the risk score calculation. Example: 20 - `configuration.dataBreachChecker.breachWithMalwareFactorWeight` (integer, required) The weight of the factor in the risk score calculation. Example: 20 - `configuration.dataBreachChecker.inflationaryBreachesFactorWeight` (integer, required) The weight of the factor in the risk score calculation. Example: 20 - `configuration.dataBreachChecker.breachedDomainFactorWeight` (integer, required) The weight of the factor in the risk score calculation. Example: 20 - `configuration.dataBreachChecker.youngDataBreachAgeThreshold` (integer, required) The threshold in days for age of a data breach. Example: 365 - `configuration.dataBreachChecker.oldDataBreachAgeThreshold` (integer, required) The threshold in days for age of a data breach. Example: 365 - `configuration.dataBreachChecker.inflationaryBreachesCountThreshold` (integer, required) The threshold for the number of breaches to be considered inflationary. Example: 10 - `configuration.fraudCaseChecker` (object, required) Configuration for the fraud case checker. - `createdAt` (string) Date of creation (ISO 8601-compliant). Example: "2025-09-04T09:33:35Z" - `modifiedAt` (string) Date of modification (ISO 8601-compliant). Example: "2025-09-04T09:33:35Z" - `createdBy` (string) Creator of a resource. Example: "76248934691294444" - `transactionId` (string) Id of the transaction, pass it in subsequent requests to make them part of the transaction Example: "8e37da1e-ee9d-4ee0-b03d-24a1f89988f2"