:doc:`B2BI <../../b2bi>` / Client / delete_transformer

******************
delete_transformer
******************



.. py:method:: B2BI.Client.delete_transformer(**kwargs)

  

  Deletes the specified transformer. A transformer can take an EDI file as input and transform it into a JSON-or XML-formatted document. Alternatively, a transformer can take a JSON-or XML-formatted document as input and transform it into an EDI file.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/b2bi-2022-06-23/DeleteTransformer>`_  


  **Request Syntax**
  ::

    response = client.delete_transformer(
        transformerId='string'
    )
    
  :type transformerId: string
  :param transformerId: **[REQUIRED]** 

    Specifies the system-assigned unique identifier for the transformer.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`B2BI.Client.exceptions.AccessDeniedException`

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

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

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

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

  
  *   :py:class:`B2BI.Client.exceptions.InternalServerException`

  