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.
For those preferring a graphical approach to manage licenses, the Floating Server's UI provides a straightforward method to remove product licenses.
- Navigate to the Products Page: Access the Floating Server UI and navigate to the Products tab from the top menu.
- 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.
- Remove the Product: Click the Remove button located in the Remove product column corresponding to the product you want to delete.
Endpoint: GET http://localhost:8080/api/v4/removeProduct This API call is used to remove a license for a product from the Floating Server.
- product (string): The identifier for the product whose license you want to remove.
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.