> For the complete documentation index, see [llms.txt](https://docs.korewireless.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.korewireless.com/developers/how-to/event-streams/modify-my-destination.md).

# Modify my Destination

When you want to modify a destination, the first step is to head to the [destination landing page](https://build.korewireless.com/event-stream/destination) and open the destination details.

<figure><img src="/files/Zt5StyroKWvzvDWzm3RB" alt=""><figcaption><p>Destination Landing Page</p></figcaption></figure>

<figure><img src="/files/yzgu0r6KAmPvP0k765yL" alt=""><figcaption><p>Click the destination</p></figcaption></figure>

<figure><img src="/files/e1f5JZasmGfSQbAjiRky" alt=""><figcaption><p>Destination Details</p></figcaption></figure>

## Delete my Destination

{% hint style="danger" %}
This action cannot be undone. Ensure you want to delete the destination. Alternatively, you can [disable ](/developers/how-to/event-streams/modify-my-streaming-rule.md#disable-enable-the-streaming-rule)the streaming rule(s) that are tied to this destination if you no longer wish to receive events.
{% endhint %}

You cannot delete a destination if any streaming rules are applied to it. Review our guide to either [repoint ](/developers/how-to/event-streams/modify-my-streaming-rule.md#repoint-my-streaming-rule-to-a-new-destination)or [delete](/developers/how-to/event-streams/modify-my-streaming-rule.md#delete-my-streaming-rule) the rule.

<figure><img src="/files/JPjXuqQ1yQ0V5h8CdtAD" alt=""><figcaption><p>A streaming rule is using this destination</p></figcaption></figure>

<figure><img src="/files/NonURxKEfuuSiwgxc4nL" alt=""><figcaption><p>No stremaing rules are using the destination</p></figcaption></figure>

Open the action menu and click delete.

<figure><img src="/files/uwzoe5A6VYSu9afTG1qI" alt=""><figcaption><p>Request to delete</p></figcaption></figure>

<figure><img src="/files/JAPxmEiTkqwySfboNCyi" alt="" width="361"><figcaption><p>Confirm</p></figcaption></figure>

<figure><img src="/files/Z0XnbLg5HB0fZWmj8aD8" alt="" width="262"><figcaption><p>Confirmation toast message</p></figcaption></figure>


---

# 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.korewireless.com/developers/how-to/event-streams/modify-my-destination.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.
