Skip to main content
DELETE
Delete User TOTP

Authorizations

Authorization
string
header
required

Auth Platform API includes all the Auth related features. All Users, Phone Numbers, Emails, and OTPs are associated with an App as the container.

Endpoints only accept App's Secret API keys other than certain endpoints that are used client side or via SDK that accept the public_token.

Authentication using App Api Key

Header:

Authenticated Request

Path Parameters

totp_id
string
required

Unique ID of the TOTP instance to be deleted.

Response

200 - application/json

Delete User TOTP response

message
string
required

Success message of the action.

Minimum string length: 1
user_id
string
required

Unique User ID of the deleted TOTP instance.

Minimum string length: 1