removeProductKey
This method removes a license key from the given company.
Parameters
Parameter | Type | Optional | Description |
---|---|---|---|
| String | No | The key of the license to be removed |
Return value
This method does not return any value.
Example
Request:
{ "params": { "licenseKey": "HFBYCXS", }, "jsonrpc": "2.0", "method": "removeProductKey", "id": "ad12cb61-52b3-4209-a87a-93a8530d91cb" }
Response:
{ "id": "ad12cb61-52b3-4209-a87a-93a8530d91cb", "jsonrpc": "2.0", "result": null }