Undeploy a Transport
post
                    /ic/api/b2b/v1/tpm/partners/{tpId}/transports/{transportId}/undeploy
Undeploys a transport to disallow acceptance of new messages. However, all in-flight messages are processed successfully.
                
                Request
Path Parameters
                - 
                    tpId(required):  string
                    
                    Trading partner ID.
 - 
                    transportId(required):  string
                    
                    
Trading partner transport ID.
Example:
/b2b/v1/tpm/partners/TP123/transports/TRANSPORT1604824600539/undeploy
 
Supported Media Types
                            - application/json
 
Root Schema : schema
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
objectResponse
Supported Media Types
                - application/json
 
200 Response
Successful operation
                            
                            
                                Nested Schema : TransportRs-allOf[2]
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    b2bIntegrations: object
                    
                    
                
                
                    TransportIntegrations
                
                
                
 - 
                
                    
                    characterEncoding: string
                    
                    
                     
                    
                
                
                
 - 
                
                    
                    connectionId: string
                    
                    
                     
                    
                
                
                
 - 
                
                    
                    connectionName: string
                    
                    
                     
                    
                
                
                
 - 
                
                    
                    createdBy: string
                    
                    
                     
                    
                
                
                
 - 
                
                    
                    createdDate: string
                    
                    
                     
                    
                
                
                
 - 
                
                    
                    deployedBy: string
                    
                    
                     
                    
                
                
                
 - 
                
                    
                    deployedDate: string
                    
                    
                     
                    
                
                
                
 - 
                
                    
                    desc: string
                    
                    
                     
                    
                
                
                
 - 
                
                    
                    direction: string
                    
                    
                     
                    
                
                
                
 - 
                
                    
                    id: string
                    
                    
                     
                    
                
                
                
 - 
                
                    
                    name: string
                    
                    
                     
                    
                
                
                
 - 
                
                    
                    params: object
                    
                    
                
                
                    TransportParams.Params
                
                
                
 - 
                
                    
                    status: string
                    
                    
                     
                    
                
                
                
 - 
                
                    
                    tradingPartnerId: string
                    
                    
                     
                    
                
                
                
 - 
                
                    
                    transportType: string
                    
                    
                     
                    
                
                
                
 - 
                
                    
                    updatedBy: string
                    
                    
                     
                    
                
                
                
 - 
                
                    
                    updatedDate: string
                    
                    
                     
                    
                
                
                
 
Nested Schema : TransportParams.Params
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    param: array
                    
                    
                
                
                    param
                
                
                Gets the value of the param property. This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the param property. For example, to add a new item, do as follows: getParam().add(newItem); Objects of the following type(s) are allowed in the list Transport.Params.Param
 
Nested Schema : param
    
    	
    	Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arrayGets the value of the param property.
 
 
 This accessor method returns a reference to the live list,
 not a snapshot. Therefore any modification you make to the
 returned list will be present inside the JAXB object.
 This is why there is not a set method for the param property.
 
 
 For example, to add a new item, do as follows:
 
    getParam().add(newItem);
 
 
 
 
 Objects of the following type(s) are allowed in the list
 Transport.Params.Param
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
Nested Schema : TransportParams.Params.Param
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    name: string
                    
                    
                     
                    
                
                
                Gets the value of the type property. possible object is String
 - 
                
                    
                    value: string
                    
                    
                     
                    
                
                
                Gets the value of the value property. possible object is String
 
412 Response
Pre-condition failure
                            
                            
                            
                            
                        500 Response
Server error