delete_file_inner

Function delete_file_inner 

Source
async fn delete_file_inner(
    state: &Arc<AppState>,
    id: &str,
    token: &str,
) -> Result<(), AppError>