---
title: Removing your project from Xcode Cloud
framework: xcode
role: article
role_heading: Article
path: xcode/removing-your-project-from-xcode-cloud
---

# Removing your project from Xcode Cloud

Remove your project from Xcode Cloud to delete app and workflow data, disconnect your Git repository, and remove the Slack integration.

## Overview

Overview When your app or framework is no longer under active development, you might want to do some general cleanup, like: Remove your app and any data from Xcode Cloud. Disconnect Xcode Cloud from your SCM provider. Disconnect Xcode Cloud from your team’s Slack workspace. Remove any webhooks that you’ve configured. Deleting your data from Xcode Cloud When you delete your data from Xcode Cloud, you can’t restore it and it becomes immediately inaccessible. Similarly, deleting a workflow deletes the workflow’s build history and artifacts. Only delete a workflow or your data from Xcode Cloud when you’re confident that you don’t need its build history or artifacts anymore. Instead, deactivate workflows you no longer need as described in Deactivate a workflow instead of deleting it. To stop using Xcode Cloud for your app or framework and delete its associated data: In Xcode, navigate to the Report navigator, Control-click your app, choose Delete Xcode Cloud Data for,” and confirm that you want to permanently delete all Xcode Cloud data. In App Store Connect, go to your app’s page, select the Xcode Cloud tab, choose Settings > Delete Xcode Cloud Data, click Delete, and confirm that you want to permanently delete all Xcode Cloud data. For more information on the differences between deleting and deactivating a workflow, see Deactivate a workflow instead of deleting it. Disconnect your Git repository in Xcode Cloud If you move your Git repositories to another source code management (SCM) provider, you’ll want to remove the old provider from your Xcode Cloud configuration. To disconnect Xcode Cloud from Bitbucket Server, GitHub Enterprise, or a self-managed GitLab instances: Sign in to App Store Connect and go to Users and Access. Select the Xcode Cloud tab. Move the cursor over the SCM provider you want to remove, then click the Remove button (-) and confirm that you want to disconnect Xcode Cloud from your provider. To disconnect Xcode Cloud from Bitbucket, GitHub, or GitLab: Sign in to App Store Connect and go to your profile settings by clicking your account in the top-right corner of the website and Edit Profile. Select the Xcode Cloud tab. Choose Integrations in the sidebar. Click Unlink next to the SCM provider you no longer use and confirm that you want to remove the connection between Xcode Cloud and your provider. Remove personal access tokens or apps To completely remove all traces of Xcode Cloud from your SCM provider, you need to remove the app or personal access token that allowed Xcode Cloud access to the repository. The process to do this is different for each SCM provider: Remove the Slack integration If you connected your team’s Slack workspace to Xcode Cloud, the connection between Xcode Cloud and your Slack workspace remains when you delete a workflow or remove your project. To remove the Slack integration, you’ll need to uninstall the Slack app from your team’s Slack workspace: Open your Slack workspace in your browser and click Manage. Alternatively, click on your workspace’s name in the Slack app and choose “Settings & administration” > “Manage apps”. Choose Installed Apps in the sidebar, then choose the Xcode Cloud app. Remove the app and confirm that you want to delete the Slack app for Xcode Cloud. note: Depending on the configuration of your team’s Slack workspace, you may need to ask your team’s Slack administrator to remove the Slack app.

## See Also

### Setup and maintenance

- [Making dependencies available to Xcode Cloud](xcode/making-dependencies-available-to-xcode-cloud.md)
- [Configuring Xcode Cloud for your team](xcode/configuring-xcode-cloud-for-your-team.md)
- [Sharing macOS and Xcode versions across Xcode Cloud workflows](xcode/sharing-custom-aliases-across-xcode-cloud-workflows.md)
- [Sharing environment variables across Xcode Cloud workflows](xcode/sharing-environment-variables-across-xcode-cloud-workflows.md)
- [Building Swift packages and Swift Playgrounds app projects with Xcode Cloud](xcode/building-swift-packages-or-swift-playground-app-projects-with-xcode-cloud.md)
- [Setting the next build number for Xcode Cloud builds](xcode/setting-the-next-build-number-for-xcode-cloud-builds.md)
- [Including notes for testers with a beta release of your app](xcode/including-notes-for-testers-with-a-beta-release-of-your-app.md)
- [Changing the bundle identifier](xcode/changing-the-bundle-identifier.md)
