Delete a Transport
delete
                    /ic/api/b2b/v1/projects/{projectId}/tpm/partners/{tpId}/transports/{transportId}
Deletes a Transport with the specified trading partner ID and transport ID in project context. Ensure that the transport you want to delete is not in use by any outbound agreement. You may want to remove any reference it has before deleting.
                
                Request
Path Parameters
                - 
                    projectId(required):  string
                    
                    Project identifier
 - 
                    tpId(required):  string
                    
                    Trading partner ID.
 - 
                    transportId(required):  string
                    
                    
Trading partner transport ID.
Example:
/b2b/v1/projects/PROJECTID/tpm/partners/TP123/transports/TRANSPORT1604824600539
 
There's no request body for this operation.
Back to TopResponse
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
 
404 Response
Not found
                            
                            
                            
                            
                        412 Response
Pre-condition failure
                            
                            
                            
                            
                        500 Response
Server error