# Deleting your organization

To delete your organization's Swarmia account, follow the instructions that closest match your [authentication](/settings/integrations/authentication.md) configuration.

### Organizations using GitHub authentication

Uninstall the Swarmia app from your GitHub organization settings. This will automatically schedule your account for deletion in 14 days.

{% hint style="info" %}
Note: If you have connected multiple [code hosting platforms](/settings/integrations/code-hosting-platforms.md), your organization won't be scheduled for deletion until you have uninstalled the Swarmia app from all of them.
{% endhint %}

### Organizations using Google or Microsoft Entra ID authentication

Please contact our support at <hello@swarmia.com> to request the deletion of your account.

### How do I cancel scheduled deletion?

To cancel the scheduled deletion during the 14-day period, either:

* [Reinstall Swarmia from the GitHub marketplace](https://help.swarmia.com/how-to-reinstall-the-swarmia-github-app)
* Email us at <hello@swarmia.com>

After your organization's account has been deleted, you're always welcome to reinstall Swarmia again.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.swarmia.com/resources/security-and-data-retention/deleting-your-organization.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
