Remove one device or passkey (user)
DELETE/verification-actions-srv/users/configurations/devices/:method/:deviceId
Removes one enrollment when the user can have several of the same type.
{method} | {deviceId} |
|---|---|
FIDO2 | Passkey credential id (mediums[].id) |
PATTERN, PUSH, TOUCHID, FACE | Device id (mediums[].device_id) |
Other passkeys or devices of the same type stay enrolled.
Do not call this for TOTP or SMS (they have no device id on the list). Use DELETE …/users/configurations/{method} instead.
There is no deprecated verification-srv user path for this operation.
Request
Responses
- 200
- 400
Device or passkey removed
Delete failed (VER_0022)