Delete Configuration

Delete an email verification configuration.

SecurityapiKey
Request
path Parameters
configurationId
required
string

ID of the configuration.

Example: c074b9f3-abf0-4f8e-9a20-74deb6cfa2a4
query Parameters
featuresOn
Array of strings (TransactionFeatureParam)

Features to be enabled. Do not use CREATE_TRANSACTION and COMMIT_TRANSACTION at the same time.

Items Enum: Description
CREATE_TRANSACTION

Creates a new transaction and makes the current request a part of it. By default turned off.

COMMIT_TRANSACTION

Commit transaction. By default turned off.

Example: featuresOn=CREATE_TRANSACTION
transactionId
string (TransactionId)

ID of the transaction, pass it in subsequent requests to make them part of the transaction.

Example: transactionId=8e37da1e-ee9d-4ee0-b03d-24a1f89988f2
Responses
200

OK.

400

Bad Request.

delete/configurations/emailverification/{configurationId}
Request samples
Response samples
application/json
{
  • "id": "c074b9f3-abf0-4f8e-9a20-74deb6cfa2a4",
  • "name": "Client configuration.",
  • "version": 1,
  • "configuration": {
    },
  • "createdAt": "2025-04-02T10:56:58Z",
  • "modifiedAt": "2025-04-02T10:56:58Z",
  • "createdBy": "76248934691294444",
  • "transactionId": "8e37da1e-ee9d-4ee0-b03d-24a1f89988f2"
}