Delete Bill Payment
What it does:
Deletes an existing boleto by its ID. Only boletos in certain states can be deleted (e.g., CREATED). Boletos that are already PAID or EXPIRED cannot be deleted.
Path Parameters:
| KeyField | Type | Required |
|---|---|---|
| boletoId | String | True |
Response (201): Empty body — boleto deleted successfully.
Updated about 3 hours ago
