# Remove Slack

To remove a Slack integration from a story map, just click "remove" from within the integrations screen:

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

## Manually remove incoming webhook

Further to this, we recommend that you remove the specific incoming webhook from Slack. This is a manual job, as Slack don't provide this via their API yet.

{% hint style="info" %}
It's important to remember that if you have multiple story maps (potentially across multiple teams), you shouldn't remove the whole Avion App / Bot integration from Slack, as you will break all story map Slack integrations. Just remove the specific incoming webhook for that story map.
{% endhint %}

Sign into Slack in the browser and navigate to: [https://your-slack-team-slug-here.slack.com/apps/manage](https://wearethefellas.slack.com/apps/manage). You should see a screen like this:

![](/files/-LYf7vpOrGnu37a03dEX)

Locate the specific webhook for your story map and remove it:

![](/files/-LYf80H4mrQOOKpJRyDi)


---

# 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://help.avion.io/docs/integrations/notifications/slack/remove-slack.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.
