Autional Autional
API Reference GitHub autional.com →

DELETE /admin/verifications/guardians

Admin manually removes a specified guardian relationship; after removal, the guardian no longer has authority over the minor.

Minor Protection `bearerAuth` application/json

Request Body

Schema: gitee_com_linmes_authms_micro-services_verification-service_internal_handler_dto.RemoveGuardianRequest

FieldTypeRequiredExampleConstraintsDescription
guardian_user_id string Yes
minor_user_id string Yes

Responses

StatusDescriptionSchema
200Removal successfuldto.SimpleResponse
400Invalid request parametersdto.SimpleResponse
401Unauthenticated or invalid tokendto.SimpleResponse
403Insufficient permissionsdto.SimpleResponse
404Guardian relationship not founddto.SimpleResponse
500Internal server errordto.SimpleResponse

Referenced Schemas

dto.SimpleResponse

FieldTypeRequiredExampleConstraintsDescription
code integer No
message string No
timestamp string No