# Removing a message queue/topic

## Introduction

Existing message queues/topics can be removed at any time. Before doing this, please consider the [Need to know](#need-to-know) points detailed below.

## Need to know

* When a queue/topic is removed from an event connector, it is detached from any process flow [trigger shapes](/product-documentation/process-flows/building-process-flows/process-flow-shapes/standard-shapes/trigger-shape/trigger-shape-event-listener.md) where it has been selected for that specific event connector (broker).
* There's no effect on any other event connectors or process flow trigger shapes that use the same queue.&#x20;

## The steps

To remove an existing queue/topic for an event connector, follow the steps below.

**Step 1**\
Access your [existing event connectors](/product-documentation/connectors-and-instances/event-connectors-beta/accessing-your-event-connectors.md).

**Step 2**\
Click the name of the event connector that you want to update - for example:

<div align="left"><figure><img src="/files/oSvhftmiB0nnCEjFkDio" alt=""><figcaption></figcaption></figure></div>

**Step 3**\
Select the **queues/topics** option at the top of the page:

<div align="left"><figure><img src="/files/Jf8ed96FoKoWlKbFmdPS" alt="" width="375"><figcaption></figcaption></figure></div>

**Step 4**\
Click the name of the queue that you want to remove:

<div align="left"><figure><img src="/files/grRhD6yVEk2zPQxAtFwm" alt="" width="375"><figcaption></figcaption></figure></div>

**Step 5**\
Click the 'trash' icon at the top of the page:

<div align="left"><figure><img src="/files/7cOG1dxh8gJmwS215p9D" alt="" width="375"><figcaption></figcaption></figure></div>


---

# 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://doc.wearepatchworks.com/product-documentation/connectors-and-instances/event-connectors-beta/message-queues-topics/removing-a-message-queue-topic.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.
