Skip to main content

Delete TOTP

This API call allows a user to disable TOTP (Time-Based One-Time Password) as a second-factor authentication.

🔑Header Parameters

HeaderTypeDescriptionExample
Content-TypestringThe content type of the request body.application/json
AuthorizationstringBearer token for user authentication.{{access_token}}
x-api-keystringThe API key provided by SynapseWave.{{x-api-key}}

🟢Success Response - 200 OK

FieldTypeDescriptionExample
statusstringIndicates the status of the API call"success"
codestringResponse code indicating the result of the request"s-101"
messagestringConfirmation message indicating TOTP has been successfully disabled."TOTP disabled successfully"
dataobjectContains details related to the TOTP deletion process.See below for object fields

📄Data Object Fields Info

FieldTypeDescriptionExample
user_idstringUnique Client Code (UCC) for whom TOTP was disabled"UCC123456"
delete/authentication/v1/user/registertotp