/admin/verifications/guardiansAdmin manually removes a specified guardian relationship; after removal, the guardian no longer has authority over the minor.
| Field | Type | Required | Example | Constraints | Description |
|---|---|---|---|---|---|
guardian_user_id |
string |
Yes | |||
minor_user_id |
string |
Yes |
| Status | Description | Schema |
|---|---|---|
| 200 | Removal successful | dto.SimpleResponse |
| 400 | Invalid request parameters | dto.SimpleResponse |
| 401 | Unauthenticated or invalid token | dto.SimpleResponse |
| 403 | Insufficient permissions | dto.SimpleResponse |
| 404 | Guardian relationship not found | dto.SimpleResponse |
| 500 | Internal server error | dto.SimpleResponse |
| Field | Type | Required | Example | Constraints | Description |
|---|---|---|---|---|---|
code |
integer |
No | |||
message |
string |
No | |||
timestamp |
string |
No |