> For the complete documentation index, see [llms.txt](https://docs.simplebooth.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.simplebooth.com/account-management/event-settings-management/deleting-events/deleting-galleries.md).

# Deleting Galleries

Before a gallery can be deleted, you must ensure no active presets are still pointing to it.

***

#### 1. Reassign Connected Presets

If your gallery has "Connected Presets" listed on your **Gallery List**:&#x20;

1. Open your [**Gallery List**](https://app.simplebooth.com/galleries)**.**
2. Click the preset name in the **Connected Presets** column to open its settings.
3. In the **Gallery** setting section, use the dropdown to select a different gallery.
4. Choose whether to move existing photos to the new gallery and **Save**.
5. Repeat for all presets linked to the gallery you wish to delete.

#### 2. Delete the Gallery

1. Return to your [**Gallery List**](https://app.simplebooth.com/galleries).
2. Find the gallery and select **Delete** from the **Actions** dropdown.
3. If the gallery contains photos, you must type **DELETE** in the confirmation box.

<figure><img src="/files/9yClLjZ8aMBKAad2dc5q" alt="" width="563"><figcaption></figcaption></figure>

***

#### Deleting in bulk

You can delete several galleries at once from the **Archived** tab. As with single deletions, make sure no active presets are still pointing to a gallery before you remove it.

1. Open your [**Gallery List**](https://app.simplebooth.com/galleries) and switch to the **Archived** tab.
2. Select the galleries you want to delete — click the **checkbox** to the left of each one online, or tap the **list icon** to open the selector tool in the app.
3. Select **Delete** at the bottom of the screen.
4. Confirm the permanent deletion.


---

# 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.simplebooth.com/account-management/event-settings-management/deleting-events/deleting-galleries.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.
