The Spanish version is the authoritative reference. View in Spanish
DeleteBiller
DELETE /DeleteBiller
The Administration API URL for the environment (SBX or PRD) must be prepended as the base.
Deletes a biller from the account. The deletion is logical (audited with deletedAuthor and deletedTimeStamp in the Biller object).
| Parameter | Type | Req. | Description |
|---|---|---|---|
accountCode | string | Required | Company tax ID (TaxId) |
countryId | string | Required | ISO country code |
billerId | string (UUID) | Required | ID of the biller to delete |
author | string | Required | User who performs the operation (audit) |
DeleteBiller
{
"accountCode": "{{taxId}}",
"countryId": "cl",
"billerId": "{{billerId}}",
"author": "user@empresa.com"
}Under construction
Response example pending validation.