Autional Autional
API Reference GitHub autional.com →

DELETE /verification/guardians

Delete a specified guardian relationship; after deletion, 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
500Internal server errordto.SimpleResponse

Referenced Schemas

dto.SimpleResponse

FieldTypeRequiredExampleConstraintsDescription
code integer No
message string No
timestamp string No