POST /internal/tenant/{tenant_id}/erase-user
Perform GDPR erasure on a user under a tenant: anonymize member records, soft-delete invitations, hard-delete application roles
Tenant Service - Internal None application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
id |
path |
string |
Yes |
|
|
|
Tenant ID |
Request Body
Schema: dto.EraseUserRequest
| Field | Type | Required | Example | Constraints | Description |
user_id |
string |
No |
|
|
|
Referenced Schemas
gitee_com_linmes_authms_base_dto.SimpleResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|