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.

1

Access the Floating Server UI and navigate to the Products tab from the top menu.

2

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.

3

Remove the Product

Click the Remove button located in the Remove product column corresponding to the product you want to delete.

API Endpoint

Endpoint:

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.

Was this helpful?