Unregisters the TOTP authenticator of the currently logged-in user.
Security
UserAccessToken
- Sandbox environmenthttps://api.sbx.transmitsecurity.io/cis/v1/users/me/totp/revoke
- US production environmenthttps://api.transmitsecurity.io/cis/v1/users/me/totp/revoke
- EU production environmenthttps://api.eu.transmitsecurity.io/cis/v1/users/me/totp/revoke
- CA production environmenthttps://api.ca.transmitsecurity.io/cis/v1/users/me/totp/revoke
- AU production environmenthttps://api.au.transmitsecurity.io/cis/v1/users/me/totp/revoke
- JP production environmenthttps://api.gasne1-ts01.transmitsecurity.io/cis/v1/users/me/totp/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"
}'