Delete a license key

Use this procedure to remove a key that was added incorrectly and needs to be removed.

Prerequisites

  • Required session ID privileges: Infrastructure administrator

  • The license key has no assignments associated with it.

Deleting a license key using REST APIs
  1. Obtain a list of licenses.

    GET /rest/licenses

  2. Determine the license key ID you want to delete.

    For example, if the license key URI is /rest/licenses/100, the license key is 100.

  3. Delete the license key.

    DELETE /rest/licenses/ID

    For example, using the example license key from the previous step:

    DELETE /rest/licenses/100