The Spanish version is the authoritative reference. View in Spanish
DeleteBillerConfiguration
DELETE /DeleteBillerConfiguration
The Administration API URL for the environment (SBX or PRD) must be prepended as the base.
Deletes an automatic refill configuration for sub-ranges previously set for a biller. When deleted, the default 100-folio sub-range applies again.
| Parameter | Type | Req. | Description |
|---|---|---|---|
billerConfigurationId | string (UUID) | Required | ID of the configuration to delete |
countryId | string | Required | ISO country code |
accountCode | string | Required | Company tax ID (TaxId) |
billerId | string (UUID) | Required | Biller ID |
author | string | Required | User who performs the operation (audit) |
DeleteBillerConfiguration
{
"billerConfigurationId": "{{billerConfigurationId}}",
"countryId": "cl",
"accountCode": "{{taxId}}",
"billerId": "{{billerId}}",
"author": "user@empresa.com"
}note
In the ONESOURCE integration there is a variant of this method that identifies the configuration by documentTypeId instead of billerConfigurationId — see DeleteBillerConfiguration (ONESOURCE).