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
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
invoice_group_id
string
requiredMaximum length:
512
Body
application/json
Add accounts to an invoice group
accountIds
string[]
requiredResponse
200 - application/json
success
boolean
required