Textract / Client / delete_adapter_version

delete_adapter_version#

Textract.Client.delete_adapter_version(**kwargs)#

Deletes an Amazon Textract adapter version. Requires that you specify both an AdapterId and a AdapterVersion. Deletes the adapter version specified by the AdapterId and the AdapterVersion.

See also: AWS API Documentation

Request Syntax

response = client.delete_adapter_version(
    AdapterId='string',
    AdapterVersion='string'
)
Parameters:
  • AdapterId (string) –

    [REQUIRED]

    A string containing a unique ID for the adapter version that will be deleted.

  • AdapterVersion (string) –

    [REQUIRED]

    Specifies the adapter version to be deleted.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions