<aside> <img src="/icons/map-pin_blue.svg" alt="/icons/map-pin_blue.svg" width="40px" />
</aside>
Esse endpoint possui como objetivo apagar históricos de pagamentos.
https://{BASE_URL}/payment_history/delete_billings
Content-Type: application/jsonAuthorization: Bearer {token}Version: v1.2X-Async: trueEm caso de sucesso, a resposta terá o seguinte formato:
Response OK:
{
"deleted_count": 1
}