Vigilfield Docs
API referenceAccount

`POST /account/mfa/totp-removals` — turn TOTP off and unrecord it.

POST/account/mfa/totp-removals

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

The body of the /account/mfa/* calls that carry nothing but the step-up token. No Debug: a live credential.

Response Body

application/json

curl -X POST "https://example.com/account/mfa/totp-removals" \  -H "Content-Type: application/json" \  -d '{    "access_token": "string"  }'
{  "totp_enrolled": true,  "webauthn_credentials": [    {      "authenticator_attachment": "string",      "created_at": "string",      "credential_id": "string",      "friendly_name": "string",      "transports": [        "string"      ]    }  ]}