B2BI / Client / delete_transformer

delete_transformer#

B2BI.Client.delete_transformer(**kwargs)#

Deletes the specified transformer. A transformer describes how to process the incoming EDI documents and extract the necessary information to the output 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