Remove license

Remove a product license from the Floating Server.

URL: /api/v4/removeProduct Method: GET Accept: application/json

Query parameters

  • product (string, optional) — Product code.

Success response

Code: 200 OK

Example request

curl -X GET 'http://localhost:8080/api/v4/removeProduct?product=<product-code>' \
  -H 'Accept: application/json'

Last updated

Was this helpful?