This is an archive version of the document. To get the most up-to-date information, see the current version.

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"]

}

I want to report a typo

There is a misspelling right here:

 

I want to let the Veeam Documentation Team know about that.