Versions Compared

Key

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

To delete a license order with a given activation key, use the following request:

Panel

GET DELETE /license-orders/(string: activation_key

where:

  • activation_key

...

Request Parameters

...

...

  •  activation key

...

  • .

Example request

Code Block
languagejs
DELETE /license-orders/PX51J-DQQPW-KYJHM-P0D72 HTTP/1.1
Authorization: Bearer f794846b7c26621688e1e06164975b4eae8ce2f6

...

The LAC REST API returns the standard HTTP response codes described in the following table.

Status CodeDescription
204 204 No ContentLicense order deleted.
403 ForbiddenInvalid or expired token provided.
404 Not FoundCustomer id does not exist.

...