post https://api.everee.com/api/v2/payables/delete-bulk
This endpoint allows you to delete payable items in bulk by providing a list of their externalId
values. It's an atomic operation, so either all payable items will be successfully deleted, or the entire operation will be rolled back and no changes will be made.
This endpoint is limited to 1000 values in the externalIds
list. If you need to delete more than 1000 payable items, call this endpoint multiple times.