Skip to content

Disable 2FA​

POST
/api/auth/2fa/disable

Authorizations​

ApiKeyHeader
Type
API Key (header: X-Api-Key)

Request Body​

application/json
JSON
{
  
"password": "string"
}

Responses​

2FA disabled

application/json
JSON
{
  
"message": "string"
}

Playground​

Authorization
Body

Samples​

Powered by VitePress OpenAPI