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

  • B2BI.Client.exceptions.ConflictException

  • B2BI.Client.exceptions.AccessDeniedException

  • B2BI.Client.exceptions.ValidationException

  • B2BI.Client.exceptions.ThrottlingException

  • B2BI.Client.exceptions.ResourceNotFoundException

  • B2BI.Client.exceptions.InternalServerException