# tuist organization remove invite Cancel pending invitation. ## Arguments ### organization-name **Environment variable** `TUIST_ORGANIZATION_REMOVE_INVITE_ORGANIZATION_NAME` The name of the organization to cancel the invitation for. ```bash tuist organization remove invite [organization-name] ``` ### email **Environment variable** `TUIST_ORGANIZATION_REMOVE_INVITE_EMAIL` The email of the user to cancel the invitation for. ```bash tuist organization remove invite [email] ``` ### path `Optional` **Environment variable** `TUIST_ORGANIZATION_REMOVE_INVITE_PATH` The path to the directory or a subdirectory of the project. ```bash tuist organization remove invite --path [path] tuist organization remove invite -p [path] ```