Autional Autional
API Reference GitHub autional.com →

POST /internal/mfa/erase

Internal API: Hard delete all MFA configurations, TOTP devices, WebAuthn credentials, and trusted devices for a specified user, used for GDPR deletion saga. Requires InternalAPIKey authentication.

Multi-Factor Authentication None application/json

Request Body

Schema: dto.InternalEraseMFARequest

FieldTypeRequiredExampleConstraintsDescription
tenant_id string Yes
user_id string Yes

Responses

StatusDescriptionSchema
200Erase successfulgitee_com_linmes_authms_base_dto.SimpleResponse
400Invalid parametergitee_com_linmes_authms_base_dto.SimpleResponse
401Missing internal API authenticationgitee_com_linmes_authms_base_dto.SimpleResponse
500Internal server errorgitee_com_linmes_authms_base_dto.SimpleResponse

Referenced Schemas

gitee_com_linmes_authms_base_dto.SimpleResponse

FieldTypeRequiredExampleConstraintsDescription
code integer No
message string No
timestamp string No