UseLicense()
The UseLicense() function can be used for deleting licenses.
Arguments
Type
Required
Default
Username
String
True
import PyAuthGG
Admin = PyAuthGG.Administration("ADMIN API KEY")
Admin.UseLicense("NRMY7-YPPZ0-SHQR2-5ITYV-GFI40")
Success Response
{
"status":"success",
"info":"License has been updated"
}
Error Response
{
"status":"failed",
"info":"No license found"
}
Last updated
Was this helpful?