LicenseManager / Client / delete_license

delete_license#

LicenseManager.Client.delete_license(**kwargs)#

Deletes the specified license.

See also: AWS API Documentation

Request Syntax

response = client.delete_license(
    LicenseArn='string',
    SourceVersion='string'
)
Parameters:
  • LicenseArn (string) –

    [REQUIRED]

    Amazon Resource Name (ARN) of the license.

  • SourceVersion (string) –

    [REQUIRED]

    Current version of the license.

Return type:

dict

Returns:

Response Syntax

{
    'Status': 'PENDING_DELETE'|'DELETED',
    'DeletionDate': 'string'
}

Response Structure

  • (dict) –

    • Status (string) –

      License status.

    • DeletionDate (string) –

      Date when the license is deleted.

Exceptions