:doc:`Textract <../../textract>` / Client / delete_adapter

**************
delete_adapter
**************



.. py:method:: 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 <https://docs.aws.amazon.com/goto/WebAPI/textract-2018-06-27/DeleteAdapter>`_  


  **Request Syntax**
  ::

    response = client.delete_adapter(
        AdapterId='string'
    )
    
  :type AdapterId: string
  :param AdapterId: **[REQUIRED]** 

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

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`Textract.Client.exceptions.InvalidParameterException`

  
  *   :py:class:`Textract.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`Textract.Client.exceptions.ConflictException`

  
  *   :py:class:`Textract.Client.exceptions.ProvisionedThroughputExceededException`

  
  *   :py:class:`Textract.Client.exceptions.InternalServerError`

  
  *   :py:class:`Textract.Client.exceptions.ThrottlingException`

  
  *   :py:class:`Textract.Client.exceptions.ValidationException`

  
  *   :py:class:`Textract.Client.exceptions.ResourceNotFoundException`

  