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

**********************
delete_adapter_version
**********************



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


  **Request Syntax**
  ::

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

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

    

  
  :type AdapterVersion: string
  :param AdapterVersion: **[REQUIRED]** 

    Specifies the adapter version 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`

  