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