v1

latestOpenAPI 3.0.3Apache 2.02026-07-13121230447.8 KB
InvoiceGroups

Remove accounts from an invoice group. Removing all accounts will also delete the invoice group

This API let’s you to remove accounts from an invoice group. Removing all accounts will also delete the invoice group

post/invoice_groups/{invoice_group_id}/remove_accounts

Path parameters

invoice_group_idstring required
Example:inv_grp.20rqjgFJf2O.ejl25

Request body

accountIdsstring[] required

Response

OK

successboolean required

Example response

{
  "success": true
}