> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kimp360.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete a brand from Slack

> Delete an existing brand in KIMP360 directly from Slack using the /delete_brand command.

Use this flow when you need to remove a brand from your KIMP360 account directly from Slack.

The `/delete_brand` command opens a modal where you:

* Search for and select the brand to delete
* Confirm that you really want to delete it

## Prerequisites

* You understand that deleting a brand is a destructive action and may affect
  existing tasks linked to that brand

## How to delete a brand from Slack

<Steps>
  <Step title="Run the /delete_brand command">
    In a channel where the KIMP360 Slack app is installed, type
    <code>/delete\_brand</code> and press Enter.
  </Step>

  <Step title="Select the brand to delete">
    A modal titled <strong>Delete Brand</strong> opens.

    * In the <strong>Brand to delete</strong> field, start typing to search for
      the brand you want to remove.
    * The dropdown uses an external select backed by your KIMP360 account, so
      you can quickly find the right brand.

    If you do not select a brand and try to continue, the modal will show an
    error.

    <img src="https://mintcdn.com/kimp360/l7TmkunSeeO0Fuf-/images/delete-brand-1-slack.png?fit=max&auto=format&n=l7TmkunSeeO0Fuf-&q=85&s=e7570238c63f98e11f96dd11e82fc0e0" alt="Delete brand command" width="1036" height="584" data-path="images/delete-brand-1-slack.png" />
  </Step>

  <Step title="Confirm the deletion">
    To prevent accidental deletions, the modal includes a confirmation
    checkbox.

    * Check <strong>Yes, delete this brand</strong> to confirm.
    * If you try to submit without checking this box, you will see a
      validation error.

          <img src="https://mintcdn.com/kimp360/l7TmkunSeeO0Fuf-/images/delete-brand-2-slack.png?fit=max&auto=format&n=l7TmkunSeeO0Fuf-&q=85&s=1e7cd9f941c9999252615469d4cc5945" alt="Select brand to delete" width="1076" height="602" data-path="images/delete-brand-2-slack.png" />
  </Step>

  <Step title="Submit and review the result">
    Click <strong>Delete</strong>.

    * The modal briefly shows a “Deleting Brand” state while KIMP360 processes
      the request.
    * If the deletion succeeds, the modal updates with a success message, and
      a confirmation message is posted in the channel with the brand name.
    * If the deletion fails (for example, due to API or permission issues),
      the modal is updated with an error message, and you also receive an
      ephemeral error message in Slack.
  </Step>
</Steps>
