Revoking Licenses
This section explains how to revoke the license for the specified VMs.
Request
DELETE https://<hostname>/api/v1/license/resources |
Request Headers
The request header must contain an authorization token of the current session.
Request Parameters
None.
Request Body
Property | Type | Description |
licensedResourcesIds | string | Accepts identification numbers of VMs for which to revoke the license. Can be obtained as described in Getting License Usage |
Request Example
Request: DELETE https://<hostname>/api/v1/license/resources
Request Header: Authorization: Bearer <Access-Token>
Request Body: { ["datalicensedResourcesIds=1"] } |