> For the complete documentation index, see [llms.txt](https://docs.sonoransoftware.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sonoransoftware.com/cms/tutorials/administrative/delete-community.md).

# Delete & Transfer Community

{% embed url="<https://www.youtube.com/watch?v=1gEUsRqy5os>" %}

{% hint style="warning" %}
Only the community owner can delete or transfer the community.
{% endhint %}

## How-To: Deleting a Community

### 1. Access the Administrative Panel

Navigate to the `Administrative Panel`

![Sonoran CMS - Administrative Panel First View](/files/DYmuOf1KF2rzUen8Iu9k)

### 2. Navigate to the Limits View

Under the `Community` tab, select `Customization`.

![Sonoran CMS - Limits View](/files/xkSFo9UzslrwJDSwVfba)

Scroll to the bottom to the `Advanced` section.

<figure><img src="/files/cY9SX3eCkjfC7O4dfZv9" alt=""><figcaption></figcaption></figure>

### 3. Delete Community

Select the **Delete Community** button located in the `Limits` tab and follow the steps it provides.

![Sonoran CMS - First Community Deletion Confirmation](/files/bILtGpuftDC2lRhupj7u)

## How-To: Transferring a Community

### 1. Access the Administrative Panel

<figure><img src="/files/DYmuOf1KF2rzUen8Iu9k" alt=""><figcaption><p>Sonoran CMS - Administrative Panel</p></figcaption></figure>

### 2. Navigate to the Customizations Panel

<figure><img src="/files/xkSFo9UzslrwJDSwVfba" alt=""><figcaption><p>Sonoran CMS - Community Limits View</p></figcaption></figure>

### 3. Transfer Community

Select the "Transfer Community" button located in the `Advanced` section and follow the steps provided.

<figure><img src="/files/PpSKOKdPvmKKumKtByaZ" alt=""><figcaption><p>Sonoran CMS - Transfer Community Selection</p></figcaption></figure>

### 4. Finalize Transfer

Once you submit for the transfer in Sonoran CMS you'll receive an email regarding the transfer, this is to confirm and finalize it. Once you get the email click the button located on the bottom which will take you to Sonoran CMS to finalize it. You'll be notified upon full load if the transfer went through. The new owner will receive an email stating their new ownership.

<figure><img src="https://i.imgur.com/WoAr6lW.png" alt=""><figcaption><p>Sonoran CMS - Transfer Community Initiation Email</p></figcaption></figure>

<figure><img src="https://i.imgur.com/yALB2Ru.png" alt=""><figcaption><p>Sonoran CMS - Transfer Community Completion Email</p></figcaption></figure>

{% hint style="info" %}
You have **30** minutes from when you initiate the transfer to use the button in the transfer confirmation email.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.sonoransoftware.com/cms/tutorials/administrative/delete-community.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
