> ## 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 tag from Slack

> Delete an existing tag in KIMP360 directly from Slack using the /delete_tag command.

Use this flow when you need to remove a tag from your KIMP360 workspace directly from Slack.

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

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

## Prerequisites

* You understand that deleting a tag is a destructive action and may affect how
  existing tasks are labelled

## How to delete a tag from Slack

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

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

    * In the <strong>Tag to delete</strong> field, start typing to search for
      an existing tag.
    * The dropdown uses an external select backed by your KIMP360 account, so
      you can quickly find the correct tag.

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

    <img src="https://mintcdn.com/kimp360/l7TmkunSeeO0Fuf-/images/delete-tag-1-slack.png?fit=max&auto=format&n=l7TmkunSeeO0Fuf-&q=85&s=fa6f0c48d16b2225414e66304b19fa00" alt="Run delete tag command" width="1318" height="728" data-path="images/delete-tag-1-slack.png" />
  </Step>

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

    * Check <strong>Yes, delete this tag</strong> to confirm.
    * If you try to submit without checking this box, the modal shows a
      validation error.

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

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

    * The modal briefly shows a “Deleting Tag” 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 tag 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>
