> ## Documentation Index
> Fetch the complete documentation index at: https://codspeed.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Data Deletion

> Learn how to delete repositories, accounts, and organizations in CodSpeed

CodSpeed allows you to delete your data when you no longer need it. This page
explains how to delete a repository and how to request deletion of your account
or organization.

## Deleting a repository

You can delete a repository directly from the CodSpeed dashboard. When you
delete a repository, all associated data is permanently removed.

<Warning>
  This action is permanent and cannot be undone. All benchmarks, benchmark
  results, and runs associated with this repository will be permanently deleted.
</Warning>

<Note>
  **Permissions**

  Only repository administrators can delete repositories.
</Note>

### How to delete a repository

1. Navigate to your repository on CodSpeed
2. Go to **Settings > General**
3. Scroll to the **Delete Repository** section at the bottom of the page
4. Click **Delete repository**
5. Review the confirmation modal, which shows the number of benchmarks and runs
   that will be deleted
6. Type the full repository name (e.g., `owner/repository-name`) to confirm
7. Click **Delete repository**

## Deleting your account or organization

Account and organization deletion is handled by our support team to ensure all
associated data is properly removed.

<Warning>
  Deleting an account or organization will permanently remove all associated
  repositories, benchmarks, and performance data.
</Warning>

### How to request deletion

To request deletion of your account or organization, contact us at
[contact@codspeed.io](mailto:contact@codspeed.io).

Please include in your request:

* The account or organization name you want to delete
* Confirmation that you understand this action is permanent

## Related

<Columns cols={2}>
  <Card title="Roles & Permissions" href="/features/roles-and-permissions" icon="users">
    Learn about permission levels and what each role can do in CodSpeed
  </Card>

  <Card title="Security" href="/security" icon="shield-check">
    Learn about CodSpeed's security practices
  </Card>
</Columns>
