Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To deactivate a license for a given, unique combination of an Activation Key and HostID, use the following request:

 

 

Panel

DELETE /licenses/(activation_key)/(hostids)

 

where where: 

  • The activation_key (string) is your product activation key.
     
  • The values of hostids are encoded in Base64 format.

Note that request headers are used by default.

Example request 

Code Block
languagejs
firstline1
linenumberstrue
DELETE /rest/v1/licenses/4CT1V-4T10N-K3Y1S-C000L/dHlwZTE9dmFsdWUxLHR5cGUyPXZhbHVlPTI= HTTP/1.1
Host: license.x-formation.com
Accept: application/hal+json

...