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