# Unbind App Configuration

### Method 1: Delete Selected Terminals

1. Navigate to Application Configuration:
   * Go to 'Application > application' in the TMS.
   * Select the target application and click the 'Config' icon to access its configuration page.
2. Select Terminals to Remove:
   * Click on the 'Config Terminal' tab.
   * Check the checkboxes next to the terminals you wish to remove from this application's configuration.
3. Confirm Deletion:
   * Click the 'Delete' button. The selected terminals will be removed from the configuration.

### Method 2: Delete Associated Terminal Groups

1. Access Application Configuration:
   * Similar to Method 1, navigate to 'Application > application'.
   * Select the target application and open its configuration page.
2. Select Terminal Groups to Remove:
   * Go to the 'Config Group' tab.
   * Check the checkboxes of the groups you intend to remove.
3. Confirm Group Deletion:
   * Click the 'Delete' button to remove the selected groups from the application configuration.

### Method 3: Delete Associated Tags

1. Open Tag Configuration:
   * Select 'terminal > Terminal Tag' in the TMS.
   * Choose the target tag and click the 'Config' icon to open its configuration page.
2. Select Terminals Under the Tag:
   * Navigate to the 'Config Terminal' tab.
   * Check the checkboxes of the terminals you want to disassociate from this tag.
3. Remove Terminals from Tag:
   * Click the 'Cancel' button. The chosen terminals will be removed from the tag configuration.

### Important Note

* These procedures only dissociate the terminals from the application's configuration in the TMS. They do not uninstall the application from the terminals.
* To remove the application from a device, please refer to the separate guide [Remove App via TMS](/cloudpossdk/faq/tms-wizarview/remove-app-via-tms.md).


---

# 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://smartpossdk.gitbook.io/cloudpossdk/faq/tms-wizarview/unbind-app-configuration.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.
