The Spanish version is the authoritative reference. View in Spanish
DeleteBillerConfiguration
DELETE /DeleteBillerConfiguration
Deletes the automatic sub-range reload configuration previously set for a billerId.
SBX
https://developers-sbx.gosocket.net/number-manager-admin/DeleteBillerConfigurationPRD
https://developers.gosocket.net/number-manager-admin/DeleteBillerConfiguration| Field | Location | Req. | Description |
|---|---|---|---|
billerId | body | Required | Biller ID |
countryId | body | Required | Country ISO code |
accountCode | body | Required | TaxId of the company |
documentTypeId | body | Required | Gosocket internal document type code |
DeleteBillerConfiguration
{
"billerId": "{{billerId}}",
"countryId": "cl",
"accountCode": "{{taxId}}",
"documentTypeId": 33
}