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- Textract.Client.exceptions.InvalidParameterException
- Textract.Client.exceptions.AccessDeniedException
- Textract.Client.exceptions.ConflictException
- Textract.Client.exceptions.ProvisionedThroughputExceededException
- Textract.Client.exceptions.InternalServerError
- Textract.Client.exceptions.ThrottlingException
- Textract.Client.exceptions.ValidationException
- Textract.Client.exceptions.ResourceNotFoundException