LicenseManager / Client / delete_token

delete_token#

LicenseManager.Client.delete_token(**kwargs)#

Deletes the specified token. Must be called in the license home Region.

See also: AWS API Documentation

Request Syntax

response = client.delete_token(
    TokenId='string'
)
Parameters:

TokenId (string) –

[REQUIRED]

Token ID.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • LicenseManager.Client.exceptions.ValidationException

  • LicenseManager.Client.exceptions.AuthorizationException

  • LicenseManager.Client.exceptions.AccessDeniedException

  • LicenseManager.Client.exceptions.RateLimitExceededException

  • LicenseManager.Client.exceptions.ServerInternalException

  • LicenseManager.Client.exceptions.ResourceNotFoundException

  • LicenseManager.Client.exceptions.RedirectException