Skip to main content

Delete TOTP

This API disables TOTP as a second-factor authentication method for the authenticated user.

🔑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
userIdstringUnique Client Code (UCC) for whom TOTP was disabled"UCC123456"