B2BI / Client / delete_transformer
delete_transformer#
- 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
Request Syntax
response = client.delete_transformer( transformerId='string' )
- Parameters:
transformerId (string) –
[REQUIRED]
Specifies the system-assigned unique identifier for the transformer.
- Returns:
None
Exceptions
B2BI.Client.exceptions.ConflictException
B2BI.Client.exceptions.AccessDeniedException
B2BI.Client.exceptions.ValidationException
B2BI.Client.exceptions.ThrottlingException
B2BI.Client.exceptions.ResourceNotFoundException
B2BI.Client.exceptions.InternalServerException