pub async fn unregister_user_route(
_auth: AuthorizationCheck,
path_args: RegistrationPathArgsWithUaid,
app_state: Data<AppState>,
) -> Result<HttpResponse, ApiError>
Expand description
Handle the DELETE /v1/{router_type}/{app_id}/registration/{uaid}
route