# Removing a License

Removing a product license from your Floating Server can be done easily through our API or on the Floating Server UI itself. This process is especially useful when managing licenses dynamically or when decommissioning products.

### Using the User Interface

For those preferring a graphical approach to manage licenses, the Floating Server's UI provides a straightforward method to remove product licenses.

{% stepper %}
{% step %}

### Navigate to the Products Page

Access the Floating Server UI and navigate to the `Products` tab from the top menu.
{% endstep %}

{% step %}

### Locate the Product

In the products list, locate the product you wish to remove. You can use the search function if you have many products listed.
{% endstep %}

{% step %}

### Remove the Product

Click the `Remove` button located in the `Remove product` column corresponding to the product you want to delete.
{% endstep %}
{% endstepper %}

![](/files/a2fbb265b430ba117549cd3901721f6cfc9a5e97)

#### API Endpoint

Endpoint:

```
GET http://localhost:8080/api/v4/removeProduct
```

This API call is used to remove a license for a product from the Floating Server.

#### Required Parameters

* product (string): The identifier for the product whose license you want to remove.

### Using the API

To remove a product license, you will need to make a GET request to the endpoint with the appropriate query parameters. For more information on how to remove a product license with the Floating Server API, see [**our API page for removing a license**](broken://pages/384946ff641514f8cdd016a85f9db3cb94ef728a).


---

# 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://docs.licensespring.com/floating-server/floating-server-v1/best-practices/removing-a-license.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.
