Skip to content

Revoke my TOTP

Request

Unregisters the TOTP authenticator of the currently logged-in user.

Security
UserAccessToken
Bodyapplication/jsonrequired
authenticator_idstring

Authenticator ID to revoke

curl -i -X POST \
  https://api.sbx.transmitsecurity.io/cis/v1/users/me/totp/revoke \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'Content-Type: application/json' \
  -d '{
    "authenticator_id": "string"
  }'

Responses

Revoked