invoiceDelete
mutation
Delete invoices
Removes one or more draft invoices by their IDs. Only invoices in draft status can be deleted. Returns deletion result.
mutation {
invoiceDelete(companyId: Int!, documentId: [Int!]!): DeletionError!
}Returns: DeletionError!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
documentId | [Int!]! |