deleteTransformer
Deletes the specified transformer. A transformer describes how to process the incoming EDI documents and extract the necessary information to the output file.
Samples
fun main() {
//sampleStart
// Sample DeleteTransformer call
b2BiClient.deleteTransformer {
transformerId = "tr-974c129999f84d8c9"
}
//sampleEnd
}