You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

To delete a license order, use the following request:

GET /license-orders/(activation_key)

where:

Request Parameters

This request removes the license order(s) with the specified activation key(s), of type string.

Example request

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

Response

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

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

Example Response

HTTP/1.1 204 No Content
  • No labels