# UnuseLicense()

| Arguments | Type   | Required | Default |
| --------- | ------ | -------- | ------- |
| License   | String | True     |         |

```python
import PyAuthGG

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

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

### Success Response

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

### Error Response

```javascript
{
   "status":"failed",
   "info":"No license found"
}
```
