post
/v1/my/totp/disableDisable TOTP
Requires Authentication
My
Disables TOTP for the current user after verifying their password. Cannot disable if TOTP is required by an administrator.
Request Body
required
passwordstring
required
- Current account password for verificationResponses
TOTP disabled successfully
Code Examples
curl -X POST 'https://api-next.checkio.co.uk/v1/my/totp/disable' \
-H 'Authorization: Bearer {token}' \
-H 'Content-Type: application/json' \
-d '{
"password": "string"
}'