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:

KeyFieldTypeRequired
boletoIdStringTrue

Response (201): Empty body — boleto deleted successfully.