The Spanish version is the authoritative reference. View in Spanish
DeletePrimaryRange
DELETE /DeletePrimaryRange
Prepend the Administration API URL for the environment (SBX or PRD) as the base.
Removes a primary range from the account. The numbering from that range stops being available to the billers that were consuming it.
| Parameter | Type | Req. | Description |
|---|---|---|---|
accountCode | string | Required | Company tax ID (TaxId) |
countryId | string | Required | ISO country code |
primaryRangeId | string (UUID) | Required | ID of the primary range to remove |
author | string | Required | User executing the operation (audit) |
DeletePrimaryRange
{
"accountCode": "{{taxId}}",
"countryId": "cl",
"primaryRangeId": "{{primaryRangeId}}",
"author": "user@empresa.com"
}Under construction
Response example pending validation.