Deprecated
Announced Jun 1, 2020: APIs under the ECom.Licenses scope are scheduled for End of Life effective December 1, 2020. At that time this API will no longer be available. Please see ECom.Shop (e.g. Cancel Product) for the next generation Ecommerce API functionality.
DELETE /service/api/ecom/licenses/{licenseId}/{modulecode}
Cancels an individual module for a given license id and module code (e.g. "DNS" for DNS Protection or "WSAT" for Webroot Security Awareness Training).
Request Information
URI Parameters
Name | Description | Type | Additional Information |
---|---|---|---|
licenseId |
The license id of the license for which the module will be canceled. |
integer |
Required |
modulecode |
The module code of the module being canceled (e.g. "DNS" for DNS Protection or "WSAT" for Webroot Security Awareness Training). |
string |
Required |
URI Sample(s)
DELETE
|
https://unityapi.webrootcloudav.com/service/api/ecom/licenses/102067165/WSAT
|
DELETE
|
https://unityapi.webrootcloudav.com/service/api/ecom/licenses/102067165/DNS
|
Body Parameters
None.
Response Information
Resource Description
None. If successful, this API action does not return any data and the response status code will be 204 (No Content).