The request schema for remove the Carrier Account associated with the provided merchant.

UnlinkCarrierAccountRequest

interface UnlinkCarrierAccountRequest {
    clientReferenceDetails?: ClientReferenceDetail[];
}

Properties

clientReferenceDetails?: ClientReferenceDetail[]

Object to pass additional information about the MCI Integrator shipperType: List of ClientReferenceDetail

UnlinkCarrierAccountRequest