DELETE Api/Customer/BillingAccount
Unlink (remove) a billing account
Request Information
URI Parameters
None.
Body Parameters
APICustomerBillingAccountRequestModel| Name | Description | Type | Additional information | 
|---|---|---|---|
| CustomerToken | string | 
                                 Required  | 
                |
| OtherData | string | 
                                 Required String length: inclusive between 0 and 100  | 
                |
| ReferenceNumber | string | 
                                 Required String length: inclusive between 0 and 100  | 
                
Request Formats
application/json, text/json
            Sample:
{
  "CustomerToken": "sample string 1",
  "ReferenceNumber": "sample string 2",
  "OtherData": "sample string 3"
}
        Response Information
Resource Description
Unlink (remove) a billing account
APICustomerBillingAccountResponseModel| Name | Description | Type | Additional information | 
|---|---|---|---|
| ErrorCode | 
                         Name of the error condition. See ErrorCode model for details.  | 
                    ErrorCode | 
                             None.  | 
                
| ErrorID | 
                         Internal error identification number that uniquely identifies this specific error that occurred.  | 
                    string | 
                             None.  | 
                
| ErrorNum | 
                         Numeric value of the ErrorCode  | 
                    int | 
                             None.  | 
                
| Errors | 
                         List of errors that occurred when performing the customer billing account operation.  | 
                    Collection of string | 
                             None.  | 
                
| OtherData | string | 
                             None.  | 
                |
| ReferenceNumber | string | 
                             None.  | 
                |
| Success | 
                         Indicates sucess or failure of the REST request.  | 
                    boolean | 
                             None.  | 
                
Response Formats
application/json, text/json
            Sample:
                    
Sample not available.