Skip to content

Delete 2FA Method

DELETE
/auth/two_factor/{id}

Removes user method after re-verification.

Authorizations

SessionAuth

Session ID for authenticated requests

Type
API Key (header: X-Session-ID)

Parameters

Path Parameters

id*
Type
string
Required

Request Body

application/json
JSON
{
  
"verification_code": "string",
  
"verification_method_id": "string"
}

Responses

Method removed

application/json
JSON
{
  
"success": true,
  
"message": "Method removed"
}

Playground

Server
Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI