Function autoendpoint::routes::registration::unregister_channel_route

source ยท
pub async fn unregister_channel_route(
    _auth: AuthorizationCheck,
    path_args: RegistrationPathArgsWithUaid,
    app_state: Data<AppState>,
    request: HttpRequest,
) -> Result<HttpResponse, ApiError>
Expand description

Handle the DELETE /v1/{router_type}/{app_id}/registration/{uaid}/subscription/{chid} route