deleteTransformer

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.

Samples


fun main() { 
   //sampleStart 
   // Sample DeleteTransformer call
b2BiClient.deleteTransformer {
    transformerId = "tr-974c129999f84d8c9"
} 
   //sampleEnd
}