> For the complete documentation index, see [llms.txt](https://docs.littlebaytech.com/templates/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.littlebaytech.com/templates/messaging-template/page-guides/pages/3.-logged-in/messages/built-in-functionality/4.-delete-or-leave-a-conversation.md).

# 4. Delete or Leave a Conversation

Deleting or leaving a Conversation can be accomplished by clicking on any of the following elements:

1. `Group Leave Conversation (Mobile)`
2. `Group Delete Conversation (Mobile)`
3. `Group Leave Conversation (Tablet)`
4. `Group Delete Conversation (Tablet)`
5. `Group Leave Conversation (Desktop)`
6. `Group Delete Conversation (Desktop)`

When a Conversation has more than 2 Users, the "Leave Conversation" option is shown:

![](/files/-LXX2u3hO7T--ojLGdKX)

(When the Conversation has only 2 Users, the "Delete Conversation" option is shown instead of "Leave Conversation". They have the same purpose.)

When the Current User clicks either of these options, the workflow will remove the Current User from the Conversation's "participating Users" field (type: User, list: yes) and add the Current User to the Conversation's "Users left conversation" field (type: User, list: yes).&#x20;

The workflow will also remove the Conversation from the Current User's "active Conversations" field (type: Conversation, list: yes) and add it to the Current User's "delete Conversations" field (type: Conversation, list: yes). &#x20;

{% hint style="info" %}
For more information on these workflows, please refer to the **K. Search/Leave/Delete Conversation** workflow folder.&#x20;
{% 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.littlebaytech.com/templates/messaging-template/page-guides/pages/3.-logged-in/messages/built-in-functionality/4.-delete-or-leave-a-conversation.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.
