Function: cmd_del_licset Version: 20.0+
Argument Name |
Type |
Description |
---|---|---|
user |
string |
The user@machine_name the request is originating from. This is used to check if the user has the required permissions to update the license set. |
id |
string |
The id of the license set to delete. |
response
{ "success": false, "deleted": false }
Key |
Type |
Description |
---|---|---|
success |
boolean |
True if the request was a success. |
deleted |
boolean |
True if the license set was deleted. |