Skip to main content
Version: Latest (4.0.3)

Remove one configured method (user)

DELETE 

/verification-actions-srv/users/configurations/:method

Fully unenrolls {method} for the signed-in user (token sub). No body, no enrollment id.

Use this for TOTP, BACKUPCODE, and to remove all FIDO2 passkeys or all Pattern/Push devices of that type.

For EMAIL and SMS, this is step 2 of 2. First clear or unverify email / mobile_number on the user (user-srv profile or POST /user-srv/communication/medium). This call only removes the verification enrollment; it does not change the identity. See the SMS and EMAIL section in the API overview.

To remove a single passkey or device, use DELETE …/users/configurations/devices/{method}/{deviceId} instead.

Deprecated equivalent: DELETE /verification-srv/v2/setup/users/configured/remove/{method}.

Request

Responses

Method removed