diff --git a/src/gam/__init__.py b/src/gam/__init__.py index 584656b3..b56353c5 100755 --- a/src/gam/__init__.py +++ b/src/gam/__init__.py @@ -8045,7 +8045,7 @@ def doDelProjects(): gapi.call(crm.projects(), 'delete', throw_reasons=[gapi_errors.ErrorReason.FORBIDDEN], - projectId=projectId) + name=project['name']) print(f' Project: {projectId} Deleted{currentCount(i, count)}') except gapi_errors.GapiForbiddenError as e: print(