Textract / Client / delete_adapter

delete_adapter#

Textract.Client.delete_adapter(**kwargs)#

Deletes an Amazon Textract adapter. Takes an AdapterId and deletes the adapter specified by the ID.

See also: AWS API Documentation

Request Syntax

response = client.delete_adapter(
    AdapterId='string'
)
Parameters:

AdapterId (string) –

[REQUIRED]

A string containing a unique ID for the adapter to be deleted.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions