# Delete Tag Action

This action will remove a tag from the user profile. The tag will be erased from user conversation and any following conditional switch will not be triggered.

![](https://2678899722-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LdPD9c4fJbXSAZcPHt9%2F-LfQG94gTOKra5F6aJwL%2F-LfQGGFL9K_75VZm4RkF%2Fimage.png?alt=media\&token=d5790d02-8952-46cf-889a-8c3a11b27eff)

### Settings

The action uses the following settings:

| Setting  | Description                       | [Parsed](https://docs10.xenioo.com/actions-and-operations/dynamic-parsing) |
| -------- | --------------------------------- | -------------------------------------------------------------------------- |
| Tag Name | The name of the tag to be deleted | :white\_check\_mark:                                                       |

### Remarks

The tag is removed from the current conversation runtime. Any conditional switch or filter reference will not be triggered after this action.

### Trigger

This action has no triggers.

### Variables

This action does not produce any variable.

### Availability

Channel specific availability follows the table below:

| Channel          | Availability    |
| ---------------- | --------------- |
| Facebook         | Fully Available |
| WhatsApp         | Fully Available |
| Telegram         | Fully Available |
| Web              | Fully Available |
| Alexa            | Fully Available |
| Google Assistant | Fully Available |
| Slack            | Fully Available |
| API              | Fully Available |

This action can be used only inside interactions and not as child of other actions. Any account can use this action regardless of [subscription level](https://docs10.xenioo.com/basic-concepts/your-account/the-free-plan).


---

# 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://docs10.xenioo.com/actions-and-operations/profile/xenioo.bots.actions.base.droptagaction.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.
