PyAuthGG
  • PyAuthGG
  • Changelogs
  • Getting Started
  • Administration
    • Administration()
    • Users
      • FetchUser()
      • FetchUsedLicenses()
      • FetchUserCount()
      • FetchUsers()
      • DeleteUser()
      • ChangeVariable()
      • ChangeRank()
      • ChangePassword()
    • Licenses
      • FetchLicense()
      • FetchLicenseCount()
      • DeleteLicense()
      • UnuseLicense()
      • UseLicense()
      • GenerateLicense()
    • HWID
      • FetchHWID()
      • ResetHWID()
      • SetHWID()
  • Application
    • Application()
    • GetHWID()
    • Info()
    • Login()
    • Register()
    • Extend()
    • ForgotPassword()
    • ChangePassword()
    • Log()
  • GitHub Repository
  • PyPI Package
Powered by GitBook
On this page
  • Success Response
  • Error Response

Was this helpful?

  1. Administration
  2. Licenses

UnuseLicense()

The UnuseLicense() function can be used for un-using licenses.

Arguments

Type

Required

Default

License

String

True

import PyAuthGG

Admin = PyAuthGG.Administration("ADMIN API KEY")

Admin.UnuseLicense("NRMY7-YPPZ0-SHQR2-5ITYV-GFI40")

Success Response

{
   "status":"success",
   "info":"License has been updated"
}

Error Response

{
   "status":"failed",
   "info":"No license found"
}
PreviousDeleteLicense()NextUseLicense()

Last updated 4 years ago

Was this helpful?